`
YYZhQ
  • 浏览: 16687 次
文章分类
社区版块
存档分类
最新评论

Eclipse Indigo @Override 报错

 
阅读更多

用Eclipse Indigo导入项目文件,发现报错,一看错误地方,全是@Override,说其只能注解复写超类的代码,不解,网上查,发现一段解答如下:

The @Override annotation spec changed in Java 1.6. In Java 1.5, the compiler did not allow the @Override annotation on implemented interface methods, but in 1.6 it does.

看引用JRE的包,确实是1.5的,改为1.6,红叉叉消失了。原来java 1.5 @Override注解不允许加注到接口方法的实现上,而1.6就改了。

http://stackoverflow.com/questions/2335655/why-is-javac-failing-on-override-annotation

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics