Annotation Type IpsConfiguredBy
-
@Retention(RUNTIME) @Target(TYPE) public @interface IpsConfiguredByLinks a policy component type with theIProductCmptTypethat it is configured by.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends IProductComponent>valueDeclaration class of the product component type that configures this policy component type.
-
-
-
Element Detail
-
value
java.lang.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.
-
-