Annotation Interface PaletteInfo
@Inherited
@Documented
@Retention(RUNTIME)
@Target({TYPE,ANNOTATION_TYPE})
public @interface PaletteInfo
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionSince 22.2, any category other thanPaletteCategoryConstants.WORKFLOW
,PaletteCategoryConstants.AUTOMATION_SMART_SERVICES
,PaletteCategoryConstants.DEPRECATED_SERVICES
orPaletteCategoryConstants.HIDDEN_CATEGORY
will be mapped toPaletteCategoryConstants.AUTOMATION_SMART_SERVICES
-
Element Details
-
paletteCategory
String paletteCategorySince 22.2, any category other thanPaletteCategoryConstants.WORKFLOW
,PaletteCategoryConstants.AUTOMATION_SMART_SERVICES
,PaletteCategoryConstants.DEPRECATED_SERVICES
orPaletteCategoryConstants.HIDDEN_CATEGORY
will be mapped toPaletteCategoryConstants.AUTOMATION_SMART_SERVICES
-
palette
String palette
-