gpt4 book ai didi

java - 找不到所需的符号方法()javax.xml.bind.annotation.XmlElementRef

转载 作者:塔克拉玛干 更新时间:2023-11-01 22:42:04 26 4
gpt4 key购买 nike

我在使用 jdk 1.6 时遇到以下错误,但它在 1.7 中工作

cannot find symbol method required() javax.xml.bind.annotation.XmlElementRef

有什么想法吗?

    @XmlElementRef(name = "test", type = JAXBElement.class, required = false)
protected JAXBElement<String> test;

最佳答案

检查 Java 1.6 中 XmlElementRef 注释的文档 here .其中没有 required 元素。这就是您收到此异常的原因。

关于java - 找不到所需的符号方法()javax.xml.bind.annotation.XmlElementRef,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34791197/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com