-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 requestNew feature or request