
generator.component.package-info.mustache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of component-starter-server Show documentation
Show all versions of component-starter-server Show documentation
Web application allowing to generate maven or gradle project skeleton to speed up component
development.
// 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 = Icon.IconType.CUSTOM, custom = "{{family}}")
package {{package}};
import org.talend.sdk.component.api.component.Components;
import org.talend.sdk.component.api.component.Icon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy