hello, 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.
hello, 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.