We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Preferably by default, or at least as an option would be nice. If I have some time the next few weekends, I'll see if I can gin up a PR.
The primary benefit here would be allowing code coverage tools like jacoco to properly ignore untested, generated code.
The text was updated successfully, but these errors were encountered:
Technically feasible, still the @Generated annotation should be added everywhere, we generate a lot of classes
@Generated
Sorry, something went wrong.
Works for me
No branches or pull requests
Preferably by default, or at least as an option would be nice. If I have some time the next few weekends, I'll see if I can gin up a PR.
The primary benefit here would be allowing code coverage tools like jacoco to properly ignore untested, generated code.
The text was updated successfully, but these errors were encountered: