mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 12:27:07 +00:00
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