Annotation Interface HasHandlerAttributes


@Documented @Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface HasHandlerAttributes
Meta-annotation indicating the meta-annotated annotation is used for MessageHandlingMembers. As such it carries specific attributes which are important to the MessageHandlingMember in an annotation driven Axon application.

These attributes can be extracted into an AnnotatedHandlerAttributes objects through its constructor.

Since:
4.5.0
Author:
Steven van Beelen