
generator.component.package-info.mustache Maven / Gradle / Ivy
// this tells the framework in which family (group of components) and categories (UI grouping)
// the components in the nested packages belong to
@Components(family = "{{family}}", categories = "{{category}}")
@Icon(value = CUSTOM, custom = "{{family}}") // icon is located at {{iconResources}}/{{family}}.svg
package {{package}};
import static org.talend.sdk.component.api.component.Icon.IconType.CUSTOM;
import org.talend.sdk.component.api.component.Components;
import org.talend.sdk.component.api.component.Icon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy