generator.component.Service.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.
package {{package}};
import org.talend.sdk.component.api.service.Service;
@Service
public class {{className}} {
// you can put logic here you can reuse in components
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy