Eclipse ignoring incorrect @Override annotations

前端 未结 3 1425
Happy的楠姐
Happy的楠姐 2021-01-02 17:45

For some reason one of my eclipse installations is ignoring incorrectly set @Overrideannotations. For example, if I put @Override on a method that

3条回答
  •  粉色の甜心
    2021-01-02 18:38

    The @override annotation was introduced in the JDK > 1.5.

    On this machine would you be using an older version of the JDK by any chance?

提交回复
热议问题