在使用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后问题解决

相关文章:

  • 2022-12-23
  • 2021-10-13
  • 2022-12-23
  • 2022-12-23
  • 2021-09-15
  • 2021-11-11
  • 2022-02-15
  • 2021-11-29
猜你喜欢
  • 2022-12-23
  • 2021-09-23
  • 2021-06-23
  • 2022-12-23
相关资源
相似解决方案