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

META-INF.templates.method.ftl Maven / Gradle / Ivy

The newest version!
<#list method.comments as comment>
//${comment}

<#list method.modifiers as modifier>${modifier}  ${method.returnType} ${method.name}(<#list method.arguments as argument>${argument.type} ${argument.name}<#if argument_has_next>, ) {
	${method.methodBody.toCode()}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy