@Override gives error in eclipse?

You're getting the error because you're using Java 1.5 which does not support @Override annotations for implementation overrides. Go into the Eclipse settings and set the language level to 1.6. EDIT -
相關文章
相關標籤/搜索