我在我的gwt应用程序中使用@GWTIncompatible,在类方法和相关接口内的方法中使用它。
就像我在classA的setNames方法上以及IclassA(接口)内部的setNames上添加此内容一样
在我的本地计算机上可以正常运行,但是在部署到服务器时显示:
The type classA must implement the inherited abstract method
IclassA.setNames(String)
看起来它仍然在接口下读取setNames方法(@GWTIncompatible无效)