All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.component.package-info.mustache Maven / Gradle / Ivy

Go to download

Web application allowing to generate maven or gradle project skeleton to speed up component development.

There is a newer version: 10.57.0
Show newest version
// 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