Hi, I have an existing project that uses @Override on methods that override INTERFACE methods, and not superclass methods. I cannot alter this in code, but I would like eclipse to stop complaining about the annotation, as I can still build with maven.
How would I go about disabling this error?
Note: Due to project requirements, I need to compile for Java 1.5.