@Target(value=PACKAGE) @Retention(value=RUNTIME) public @interface Components
Modifier and Type | Required Element and Description |
---|---|
String |
family |
Modifier and Type | Optional Element and Description |
---|---|
String[] |
categories
The categories of the nested components (in the package).
|
public abstract String[] categories
${family}
to represent the family in the category.
If not present it will be appended at the end, for example Misc
will become Misc/${family}
.1.1.14-SNAPSHOT - Copyright © 2019 Talend Component Kit Documentation