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

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

package ${model.packageName};

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

#class ($model)

#foreach($m in $model.methods)
    #method ($m)#end
#end

#end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy