In Eclipse 3.4.1 using JDK1.6.0_10 how can I activate a warning on a missing @Override annotation on a method that implements an interface method?
@Override
In the P
It is not possible in Eclipse 3.4.1. It is a known issue. See this bug report page for more information.