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

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

There is a newer version: 0.113
Show newest version
{{>header}}{{#packageName}}package {{&packageName}};

{{/packageName}}{{#constraints}}{{#schema}}{{#description}}/**
 * {{&description}}
 */
{{/description}}{{/schema}}public enum {{&className}} {
{{#enumValues}}    {{&.}}{{^last}},{{/last}}
{{/enumValues}}{{&closeBrace}}{{/constraints}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy