Skip to content

Commit 19269c7

Browse files
committed
Update Java Helidon modelEnum.mustache File
Signed-off-by: Chrimle <[email protected]>
1 parent 837ced3 commit 19269c7

File tree

1 file changed

+3
-0
lines changed
  • modules/openapi-generator/src/main/resources/java-helidon/server/libraries/mp

1 file changed

+3
-0
lines changed

modules/openapi-generator/src/main/resources/java-helidon/server/libraries/mp/modelEnum.mustache

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
/**
22
* {{description}}{{^description}}Gets or Sets {{{name}}}{{/description}}
33
*/
4+
{{#isDeprecated}}
5+
@Deprecated
6+
{{/isDeprecated}}
47
{{#jsonb}}
58
@JsonbTypeSerializer({{datatypeWithEnum}}.Serializer.class)
69
@JsonbTypeDeserializer({{datatypeWithEnum}}.Deserializer.class)

0 commit comments

Comments
 (0)