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

generator.component.Service.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
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