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

templates.interface.vm Maven / Gradle / Ivy

package $packageName;

public interface $interfaceName {

#foreach($endpoint in $endpoints)
#if($endpoint.requestParam)
    #set($requestParamName = "$writer.resolveTypeName($endpoint.requestParam, $types)")
#end
#set($returnTypeName = "$writer.resolveTypeName($endpoint.returnType, $types)")
    #parse("/templates/method_base.vm");

#end
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy