@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 -
相关文章
相关标签/搜索