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

templates.dsl.dsl.vm Maven / Gradle / Ivy

There is a newer version: 1.14.0
Show newest version
package ${model.type.packageName};

#foreach($i in $model.imports)
import $i.fullyQualifiedName;
#end


#class ($model)

#foreach($m in $model.methods)
    ${m.returnType.className} ${m.name}( #foreach($p in ${m.arguments})$p.type.simpleName $p.name#if( $foreach.hasNext ), #end#end );
#end

#end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy