首页 > 代码库 > 解决eclipse Multiple annotations found at this line 错误

解决eclipse Multiple annotations found at this line 错误

 转载自:http://blog.csdn.net/li396864285/article/details/42745071

解决eclipse Multiple annotations found at this line 错误

eclipse Multiple annotations found at this line错误,eclipse开发过程中,一些XML配置文件会报错,但是这些其实不是错,飘红的原因是因为eclipse的校验问题。


去掉校验设置步骤:


1.设置全局eclipse校验信息,windows>preferences>Validation,在编辑面板选中“Enable project specific settings”,同时选中“Suspend all validators”.


2.右击项目名,选择properties>validation>选中:Enable project specific settings”,同时选中“Suspend all validators”.


3.右击项目名选择:validation 报错的信息消除。

 

技术分享技术分享技术分享技术分享

 

解决eclipse Multiple annotations found at this line 错误