v2.4.0
What's Changed
New Features
- Support OpenAPI
x-field-extra-annotation
property by @Chrimle in #245Added support for the OpenAPI property
x-field-extra-annotation
. This property is optional, and will annotate the generated field with the provided annotations. NOTE: there is a formatting issue inherited fromopenapi-generator-maven-plugin
which does not correctly indent the annotations. This change is fully backwards-compatible.
Full Changelog: v2.3.0...v2.4.0