Annotation Interface IpsConfiguredBy
Links a policy component type with the
IProductCmptType that it is configured by.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends IProductComponent>Declaration class of the product component type that configures this policy component type.
-
Element Details
-
value
Class<? extends IProductComponent> valueDeclaration 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.
-