com.epam.xml.anotations
Annotation Type XmlRootElement


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface XmlRootElement

Author:
Serhiy_Zahriychuk Date: Oct 14, 2008

Optional Element Summary
 String name
          local name of the XML element.
 String namespace
           
 

name

public abstract String name
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

public abstract String namespace
Default:
"##default"


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.