Annotation Type IpsInverseAssociation
-
@Retention(RUNTIME) @Target(METHOD) public @interface IpsInverseAssociationMarks an association that is the reverse of another association.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe name used for a/the single target of the inverse association.
-