Annotation Interface IpsConfiguredBy


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

    Required Elements
    Modifier and Type
    Required Element
    Description
    Declaration class of the product component type that configures this policy component type.
  • Element Details

    • value

      Class<? extends IProductComponent> value
      Declaration class of the product component type that configures this policy component type. If a published interface is generated, the published interface class is returned. Else the implementation class is returned.