Annotation Interface Link


@Documented @Retention(RUNTIME) public @interface Link
This annotation allows to link classes together in the model. This release version 1.0 only supports one-to-one relation
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Type of link identifying the relation between the classes
  • Element Details

    • linkType

      LinkType linkType
      Type of link identifying the relation between the classes
      Returns:
      LinkType
      Default:
      OneToOne