how can i configure the javac compiler to give an error instead of a warning when an annotation like @Override is missing?
it should work on java 5.
You can use the -Werror option with JDK 6.
-Werror
On the same topic :