我正在尝试将xml解析为java对象,我已阅读并实现了以下教程:http://www.vogella.com/articles/JAXB/article.html(完美运行)但是当我创建自己的类时(类似于教程中的类)我得到:线程“主”com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationsException中的异常:1次IllegalAnnotationExceptions类有两个同名属性“clienteList”除非我在Clientes类上使用@XmlAccessorType(XmlAccessType.FIELD)但在教程中未被