Why do we need this improvement?
This improvement is needed so that generated code can easily be excluded from quality analysis by standard JVM tooling.
How will this change help?
Some quality tools allow exclusion by filesystem path or package; others require annotations to exclude the code. This change will improve ease of use for JVM-based consumers.
Screenshots
No response
How could it be implemented/designed?
Any generated class must be annotated with jakarta.annotation.Generated to simplify excluding the code from various quality tools.
🚧 Breaking changes
No
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue?
No, someone else can work on it.
Why do we need this improvement?
This improvement is needed so that generated code can easily be excluded from quality analysis by standard JVM tooling.
How will this change help?
Some quality tools allow exclusion by filesystem path or package; others require annotations to exclude the code. This change will improve ease of use for JVM-based consumers.
Screenshots
No response
How could it be implemented/designed?
Any generated class must be annotated with
jakarta.annotation.Generatedto simplify excluding the code from various quality tools.🚧 Breaking changes
No
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue?
No, someone else can work on it.