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

templates.java.enum.liquid Maven / Gradle / Ivy

There is a newer version: 0.4.0
Show newest version
{%- if options.javaPackage != "" -%}
package {{options.javaPackage}};
{% endif %}

public enum {{enum.name}} {
    {%- capture commaNewLine %},
    {% endcapture %}
    {{ enum.values | join: commaNewLine}}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy