标签:
intellij IDEA 14 时代码中@override 下划线
1.
In the Project Structure | Project dialog, change the Project language Level to 6.0 - @Override in interfaces.
2.
If your project has multiple modules, also check that every module uses language level 6 or above, or use the project‘s language level (see Project Settings > Modules > xxx > Language level
).
You may need to reload your project once it is modified.
http://stackoverflow.com/questions/15402615/override-is-not-allowed-when-implementing-interface-method
Intellij IDEA 14 @override 下划线
标签:
原文地址:http://my.oschina.net/u/261246/blog/472635