generator.component.Service.mustache Maven / Gradle / Ivy
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