Created
August 31, 2016 17:35
-
-
Save tao-qian/2d2fb9a35c8683e5a1a933c66258a27c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public enum {{{classname}}} { | |
{{#allowableValues}} | |
{{#values}}{{.}},{{/values}} | |
{{/allowableValues}} | |
@JsonEnumDefaultValue | |
ENUM_DEFAULT_VALUE | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment