v1.11.2
What's Changed
New Features
- Merge
deprecation.mustache
intopojo.mustache
&modelEnum.mustache
by @Chrimle in #195The
deprecation.mustache
file only included the annotation@Deprecated
. This was only used in two places:pojo.mustache
andmodelEnum.mustache
to annotate deprecatedrecord
andenum
classes, respectively. This did not warrant being a separate.mustache
file.
Full Changelog: v1.11.1...v1.11.2