EngineHub / Piston

A generic command system, with tie-ins to many Minecraft platforms such as Bukkit, Forge, and Sponge.
GNU General Public License v3.0
17 stars 3 forks source link

Annotate methods that are overriding with Override #2

Open octylFractal opened 5 years ago

octylFractal commented 5 years ago

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.