@Retention(value=RUNTIME) @Target(value={字段,METHOD}) public @interface XmlAnyAttribute
将JavaBean属性映射到通配符属性的映射。
用法
@XmlAnyAttribute注释可以与以下程序元素一起使用:
有关其他常见信息,请参阅javax.xml.bind.package javadoc中的“Package Specification”。
用法受以下限制: 虽然处理属性被解组成值类,即不是静态与另一JavaBean属性相关联的每个属性,经由XmlAttribute
,被输入到通配符属性映射表示为Map
< QName
, Object
>。 属性QName是地图的关键字。 键的值是属性的String值。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.