@Override is not allowed when implementing interface method

前端 未结 7 1404
难免孤独
难免孤独 2021-01-30 00:49

I have the problem mentioned in the title. You could say that this thread duplicates another one: How do I turn off error validation for annotations in IntelliJ IDEA?

Bu

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-30 01:19

    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.

提交回复
热议问题