Annotation Interface Association


@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
    Modifier and Type
    Optional Element
    Description
    Defines the aggregate type.
  • Element Details

    • aggregateType

      Class<?> aggregateType
      Defines the aggregate type.
      Returns:
      the of the aggregate.
      Default:
      void.class