Package org.jmolecules.ddd.annotation
Annotation Interface Association
@Retention(RUNTIME)
@Target({METHOD,FIELD,ANNOTATION_TYPE})
@Documented
public @interface Association
An association to an
AggregateRoot
.- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
aggregateType
Class<?> aggregateTypeDefines the aggregate type.- Returns:
- the of the aggregate.
- Default:
void.class
-