在使用eclipse导入之前构建的工程时发现webservice接口的注解类报错(The annotation @XmlElement is disallowed for this location),在一波查找后发现是由于导包顺序引起的。

    解决方法:在工程属性页中将JRE System Library[JavaSE-1.8] 上移至顶部。

    :错误 The annotation @XmlElement is disallowed for this location 的解决方法

    移动后结果为:

     错误 The annotation @XmlElement is disallowed for this location 的解决方法

    点击ok后问题解决

相关文章: