Annotation Type IpsAssociationAdder


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface IpsAssociationAdder
    Marks the method for adding target objects to an association.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String association
      The name of the association.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean withCardinality
      Indicates whether the association has a cardinality
    • Element Detail

      • association

        java.lang.String association
        The name of the association.
      • withCardinality

        boolean withCardinality
        Indicates whether the association has a cardinality
        Since:
        20.6
        Default:
        false