forked from loafle/openapi-generator-original
better enums and dependency update
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
public enum {{classname}} {
|
||||
{{#allowableValues}}{{.}}{{^-last}}, {{/-last}}{{/allowableValues}}
|
||||
}
|
||||
Reference in New Issue
Block a user