Re: @override?



George3 wrote:
Thanks Lew,


Lew wrote:
I am using JDK 1.4 and there is a compiling a 3rd party program error because
[quoted text clipped - 8 lines]
You should seriously consider using a current version of Java.
BTW, it's "@Override".


Are there any samples of how to use @override?

http://java.sun.com/docs/books/tutorial/java/javaOO/annotations.html

Once again: It's @Override, not @override. Also, you won't
be able to use it at all until you move to a newer JDK.

--
Eric Sosman
esosman@xxxxxxxxxxxxxxxxxxxx
.



Relevant Pages