
s.Anteros-Generator-Core.1.0.0.source-code.securityServiceInterface.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 br.com.anteros.security.spring.ResourceSecured;
import br.com.anteros.security.spring.service.SQLServiceSecured;
import ${importEntity};
/**
* Generated by Anteros Generator Maven Plugin at ${time}
**/
@ResourceSecured(resourceName = "${resourceName}", description = "${resourceDescription}")
public interface ${serviceName} extends SQLServiceSecured<${entityType}, Long> {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy