Annotation Interface XmlRootElement


@Retention(RUNTIME) @Target(TYPE) @Deprecated public @interface XmlRootElement
Deprecated.
Author:
Serhiy_Zahriychuk Date: Oct 14, 2008
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Deprecated.
    local name of the XML element.
    Deprecated.
     
  • Element Details

    • name

      String name
      Deprecated.
      local name of the XML element.

      If the value is "##default", then the name is derived from the class name.

      Returns:
      name
      Default:
      "##default"
    • namespace

      String namespace
      Deprecated.
      Default:
      "##default"