-
Notifications
You must be signed in to change notification settings - Fork 9
Don't add the @Generated annotation (configurable) #269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The The generated code has a lot of required annotations already. Where is the benefit removing this single annotation? |
In my case I sometimes move the generated code into |
Ok, sounds like a valid use case. 😄 What is wrong with the interfaces? |
I am creating a client, so I only need the models. Although I have implemented a API using this as well and in that case I removed the interfaces because I didn't like switch between the interface and the implementation to see the mappings. Easier if it is all in one file. |
I don't understand the need to add the noise of the
@Generated
annotation to every class. It would be nice if there was a configuration option to not add it.I don't need
@Generated(value = "openapi-processor-spring", version = "2024.3")
in the generated classes.The text was updated successfully, but these errors were encountered: