Annotation Type Components
Enable to configure the component by module (package).
-
Required Element Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionString[]
The categories of the nested components (in the package).
-
Element Details
-
family
- Returns:
- the family value for all classes needing a component in this package or subpackages.
-
-
-
categories
The categories of the nested components (in the package). You can use${family}
to represent the family in the category. If not present it will be appended at the end, for exampleMisc
will becomeMisc/${family}
.- Returns:
- the categories to associate to this component. Default to "Misc".
- Default:
- {"Misc"}
-