-
-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Labels
Description
Why do we need this improvement?
Changes in the event-model between software components implemented by different teams sometimes require to be non-breaking. Therefore to be removed properties are not removed directly but marked with deprecated: true in the specification.
How will this change help?
For the developer only working with the generated code it would be much easier to directly see the deprecation in the IDE instead of having to look out for deprecations in the specification.
Screenshots
No response
How could it be implemented/designed?
Add the @Deprecated annotation to getters and setters in generated model classes where deprecated: true
π§ Breaking changes
No
π Have you checked for similar open issues?
- I checked and didn't find a similar issue
π’ Have you read the Contributing Guidelines?
- I have read the Contributing Guidelines
Are you willing to work on this issue?
Yes I am willing to submit a PR!