|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface EventSourcedMember
Field-level annotation that indicates the objects referred to in the field are a child of the current entity. This means events applied on the current instance are also propagated to the object contained in the field.
This annotation may be placed on any type of field. If the field holds a collection, array or map, applied events are propagated to each individual item in the collection, array or map (both keys and values) that are instance ofEventSourcedEntity
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |