
s.Anteros-Generator-Core.1.0.0.source-code.securityServiceImplementation.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Anteros-Generator-Core Show documentation
Show all versions of Anteros-Generator-Core Show documentation
Anteros Generator Core for Java.
package ${packageName};
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Service;
import ${importEntity};
import ${importService};
import br.com.anteros.spring.service.SpringSQLService;
/**
* Generated by Anteros Generator Maven Plugin at ${time}
**/
@Service("${service}")
@Scope("prototype")
public class ${serviceNameImpl} extends SpringSQLService<${entityType}, Long> implements ${interfaceService} {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy