Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这些是我的设置:
我正在使用 Java 6,为什么在接口方法上使用 @Override 时会出现错误?
谢谢
确保没有覆盖默认设置的项目特定设置。有时,特别是在导入项目时,Eclipse 会分配一个小于 1.6 的项目特定设置。
将您的编译器合规级别更改为 1.6 可以帮助您
这是一个 Eclipse 首选项,位于 Java / Compiler / "Errors/Warnings" 下。在 Annotations 部分,有 Missing Override annotations 的首选项。