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
    The name used for a/the single target of the matching association.
    The source class of the matching association.
  • Element Details

    • source

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

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