Annotation Type IpsConfigures
-
@Retention(RUNTIME) @Target(TYPE) public @interface IpsConfiguresLinks aIProductCmptTypewith the policy component type that it configures.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends IConfigurableModelObject>valueThe policy component type class that is configured by this product component type.
-
-
-
Element Detail
-
value
java.lang.Class<? extends IConfigurableModelObject> 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.
-
-