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

templates.projection_template.vm Maven / Gradle / Ivy

The newest version!
package ${packageName};

import org.springframework.data.domain.Pageable;

public interface ${simpleClassName} {
#foreach( $method in $methods )
    ${method.parameters} ${method.methodName}();
#end
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy