[REQ][Java][Spring] Allow for extra class and field level annotations
Created by: jayfray12
Is your feature request related to a problem? Please describe.
I'd like to add class and field level annotations on a per object level basis so I can use the OpenAPI generator to generate Entity
classes for Hibernate and JPA
Describe the solution you'd like
I'd like to be able to add an x-class-extra-annotation
to the object in the spec or x-field-extra-annotation
to a field similar to how the x-extra-annotation
and x-setter-extra-annotation
work.
Describe alternatives you've considered
I've created my own mustache templates to achieve this but would be nice if it was in the upstream