What's the good of IDE's auto generated @override annotation ?

Posted by Tony on Stack Overflow See other posts from Stack Overflow or by Tony
Published on 2010-03-15T12:24:21Z Indexed on 2010/03/15 12:29 UTC
Read the original article Hit count: 230

Filed under:
|

I am using eclipse , when I use shortcut to generate override implementations , there is an override annotation up there , I am using JDK 6 , this is all right , but under JDK 5 this annotation will cause an error, so I want to ask , if this annotation is completely useless ? Will compiler do some kind of optimization using this annotation ?

© Stack Overflow or respective owner

Related posts about java

Related posts about Performance