Annotation Type Components
-
@Target(PACKAGE) @Retention(RUNTIME) public @interface Components
Enable to configure the component by module (package).
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String[]
categories
The categories of the nested components (in the package).
-
-
-
-
categories
String[] 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"}
-
-