-
@Retention(RUNTIME) @Target({}) public @interface XmlNs
将命名空间前缀与XML命名空间URI相关联。
用法
@XmlNs
注释用于其他程序注释。有关其他常见信息,请参阅javax.xml.bind.package javadoc中的“Package Specification”。
示例:有关示例,请参阅
XmlSchema
注释类型。- 从以下版本开始:
- 1.6,JAXB 2.0
-
-
Required Element Summary
Required Elements Modifier and Type Required Element 描述 String
namespaceURI
命名空间URIString
prefix
命名空间前缀
-