Re: @override?



I am using JDK 1.4 and there is a compiling a 3rd party program error because
of un-recognized word @override. Could anyone let me know what is the
function of @override and in order to use it, which version of JDK is
required?
see http://mindprod.com/jgloss/annotations.html
It just means this method overrides some other method.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.



Relevant Pages

  • @override?
    ... I am using JDK 1.4 and there is a compiling a 3rd party program error because ... of un-recognized word @override. ...
    (comp.lang.java.help)
  • Re: @override?
    ... of un-recognized word @override. ... function of @override and in order to use it, which version of JDK is ... You should seriously consider using a current version of Java. ...
    (comp.lang.java.help)
  • Re: @override?
    ... of un-recognized word @override. ... It just means this method overrides some other method. ...
    (comp.lang.java.help)
  • Re: @override?
    ... Lew wrote: ... of un-recognized word @override. ... You should seriously consider using a current version of Java. ...
    (comp.lang.java.help)