We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
modelEnum.mustache
1 parent 349a2ab commit 837ced3Copy full SHA for 837ced3
1 file changed
modules/openapi-generator/src/main/resources/java-micronaut/common/model/modelEnum.mustache
@@ -6,6 +6,9 @@ import com.fasterxml.jackson.annotation.JsonValue;
6
/**
7
* {{^description}}Gets or Sets {{{name}}}{{/description}}{{#description}}{{description}}{{/description}}
8
*/
9
+{{#isDeprecated}}
10
+@Deprecated
11
+{{/isDeprecated}}
12
{{#additionalEnumTypeAnnotations}}
13
{{{.}}}
14
{{/additionalEnumTypeAnnotations}}{{#useBeanValidation}}@Introspected
0 commit comments