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 313e355 commit 8b6313aCopy full SHA for 8b6313a
1 file changed
modules/openapi-generator/src/main/resources/Java/libraries/native/modelEnum.mustache
@@ -17,6 +17,9 @@ import java.util.Locale;
17
/**
18
* {{description}}{{^description}}Gets or Sets {{{name}}}{{/description}}
19
*/
20
+{{#isDeprecated}}
21
+@Deprecated
22
+{{/isDeprecated}}
23
{{#gson}}
24
@JsonAdapter({{{datatypeWithEnum}}}{{^datatypeWithEnum}}{{{classname}}}{{/datatypeWithEnum}}.Adapter.class)
25
{{/gson}}
0 commit comments