Annotationsschnittstelle Association
@Retention(RUNTIME)
@Target({METHOD,FIELD,ANNOTATION_TYPE})
@Documented
public @interface Association
An association to an
AggregateRoot.- Autor:
- Simon Zambrovski, Oliver Drotbohm
- Siehe auch:
-
Optionale Elemente - Übersicht
Optionale Elemente
-
Elementdetails
-
aggregateType
Class<?> aggregateTypeDefines the aggregate type.- Gibt zurück:
- the of the aggregate.
- Standard:
void.class
-