Module  java.xml.bind

Annotation Type XmlNs



  • @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
      命名空间URI
      String prefix
      命名空间前缀
    • Element Detail

      • prefix

        String prefix
        命名空间前缀
      • namespaceURI

        String namespaceURI
        命名空间URI