Annotation Type 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
      java.lang.Class<? extends IConfigurableModelObject> value
      The 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.