Skip to content

[FEATURE] Ensure Java / Kotlin code is marked as generated #2295

Description

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?

  • I checked and didn't find a similar issue

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue?

No, someone else can work on it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions