Annotation Interface IpsConfigures


@Retention(RUNTIME) @Target(TYPE) public @interface IpsConfigures
Links a IProductCmptType with the policy component type that it configures.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The policy component type class that is configured by this product component type.
  • Element Details

    • value

      The policy component type class that is configured by this product component type. If a published interface is generated, the published interface class is returned. Else the implementation class is returned.