Skip to content

Annotate methods that are overriding with Override #2

@octylFractal

Description

@octylFractal

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions