Remove @Override annotation錯(cuò)誤提示
因?yàn)閷?duì)于JDK5.0/1.5版本來(lái)說(shuō),@Override annotation只能用與對(duì)超類的方法重寫上,
而不能用在對(duì)接口方法的實(shí)現(xiàn)方法上。
解決的方法是把JDK改為1.6的或動(dòng)手把注釋@Override去掉。
You probably need to set the compiler compliance level in eclipse. This can be found in Window->Preferences->Java->Compiler
@import url(http://www.aygfsteel.com/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);
posted on 2012-01-09 16:49 tobyxiong 閱讀(2137) 評(píng)論(0) 編輯 收藏 所屬分類: java