Hi Andreas: Andreas Veithen wrote: > What do you mean by JDK 1.5 can't compile @Override annotations???
In JDK 1.5, @Override is supported only for superclass methods, and using it on an interface method produces a compiler error. :( This sucks, but until we move off 1.5 that's what we seem stuck with. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5008260 --Glen