我对 IntelliJ 多年来一直是 Eclipse 用户很陌生,所以我真的发现这个错误,所有注释@Override
都显示错误"not applicable to type"
例如,@PostConstruct
来自 JBoss Errai 的注释到处都显示了这个错误,其中导入完全没有错误。
我该如何解决?
更新:
例如
@PostConstruct // When hovered with the mouse pointer '@PostContruct' is not applicable to method
public void init() {
}