Annotation Type 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
      LinkType linkType
      Type of link identifying the relation between the classes
    • Element Detail

      • linkType

        LinkType linkType
        Type of link identifying the relation between the classes
        Returns:
        LinkType
        Default:
        org.apache.camel.dataformat.bindy.annotation.LinkType.OneToOne