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

sql.securityServiceInterface.ftl Maven / Gradle / Ivy

package ${packageName};

import br.com.anteros.security.spring.ResourceSecured;
import br.com.anteros.security.spring.sql.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 - 2024 Weber Informatics LLC | Privacy Policy