Make it possible for jaxrs-spec generator to disable the use of jackson annotations
Created by: mvera
Is your feature request related to a problem? Please describe.
Some servers such as wildfly 19 complain when classes from the model are annotated with jackson annotations.
Describe the solution you'd like
I'd like an option for the jaxrs-spec to disable the generation of jackson annotations.
Describe alternatives you've considered
I've implemented post generation actions to remove these annotations in maven with ant tasks. It works but it's not elegant.