Annotation Type IpsMatchingAssociation


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface IpsMatchingAssociation
    Links a policy/product association to it's matching product/policy association.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String name
      The name used for a/the single target of the matching association.
      java.lang.Class<?> source
      The source class of the matching association.
    • Element Detail

      • source

        java.lang.Class<?> source
        The source class of the matching association. This may differ from the matching class of the source type.
      • name

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