Annotation Type IpsAssociationAdder
-
@Retention(RUNTIME) @Target(METHOD) public @interface IpsAssociationAdderMarks the method for adding target objects to an association.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringassociationThe name of the association.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanwithCardinalityIndicates whether the association has a cardinality
-