Annotation Type IpsInverseAssociation


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface IpsInverseAssociation
    Marks an association that is the reverse of another association.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The name used for a/the single target of the inverse association.
    • Element Detail

      • value

        java.lang.String value
        The name used for a/the single target of the inverse association.