@Retention(RUNTIME)
@Target({METHOD,FIELD,ANNOTATION_TYPE})
@Documented
@Stereotype(priority=0)
public @interface Association
An association to an
AggregateRoot.- Author:
- Simon Zambrovski, Oliver Drotbohm
- See Also:
-
- invalid input: '<a href="https://scabl.blogspot.com/2015/04/aeddd-9.html>John Sullivan - Advancing Enterprise DDD - Reinstating the Aggregate</a>'
-
Optional Element Summary
Optional Elements
-
Element Details
-
aggregateType
Class<?> aggregateTypeDefines the aggregate type.- Returns:
- the of the aggregate.
- Default:
- void.class
-