Skip to content
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

Annotate methods that are overriding with Override #2

Open
octylFractal opened this issue Apr 7, 2019 · 0 comments
Open

Annotate methods that are overriding with Override #2

octylFractal opened this issue Apr 7, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@octylFractal
Copy link
Member

Currently, the generated code does not mark methods with @Override, mostly because it's really hard to determine if a to-be-generated method should be overriding something else, given that we only have the javapoet specs to work with. However, it should be possible, using an insane amount of annotation model implementation, to work out exactly which methods are overriding, and add the annotation.

@octylFractal octylFractal added the enhancement New feature or request label Apr 7, 2019
@octylFractal octylFractal self-assigned this Apr 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant