|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface CommandHandlingMember
Marker annotation for field that contain an Entity capable of handling Commands on behalf of the aggregate. When
a field is annotated with @CommandHandlerMember
, it is a hint towards Command Handler discovery
mechanisms that the entity should also be inspected for @CommandHandler
annotated methods.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |