@Override annotations should be added to every method that overrides a method from a superclass. This prevents problems after the superclass changes. Such changes might go unnoticed without the annotation.
Environment
None
Activity
Guus der Kinderen
February 8, 2010 at 3:04 AM
Resolved with the help of Eclipse's "Cleanup" functionality.
@Overrideannotations should be added to every method that overrides a method from a superclass. This prevents problems after the superclass changes. Such changes might go unnoticed without the annotation.