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