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

Groovy.modelClass.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
@Canonical
class {{classname}} {
{{#vars}}
    {{#isEnum}}

    {{^isContainer}}
{{#lambda.indented}}
    {{>modelEnum}}{{/lambda.indented}}
    {{/isContainer}}
    {{#isContainer}}
    {{#mostInnerItems}}
{{#lambda.indented}}
    {{>modelEnum}}{{/lambda.indented}}
    {{/mostInnerItems}}
    {{/isContainer}}

    {{/isEnum}}
    {{#description}}/* {{{.}}} */{{/description}}
    {{{datatypeWithEnum}}} {{name}}{{#defaultValue}} = {{{.}}}{{/defaultValue}}
{{/vars}}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy