EclipseLink 2.3.2, build 'v20111125-r10461' API Reference

javax.xml.bind.annotation
Annotation Type XmlAccessorOrder


@Inherited
@Retention(value=RUNTIME)
@Target(value={PACKAGE,TYPE})
public @interface XmlAccessorOrder

Controls the ordering of fields and properties in a class.

Usage

@XmlAccessorOrder annotation can be used with the following program elements:

See "Package Specification" in javax.xml.bind package javadoc for additional common information.

The effective XmlAccessOrder on a class is determined as follows:

This annotation can be used with the following annotations: XmlType, XmlRootElement, XmlAccessorType, XmlSchema, XmlSchemaType, XmlSchemaTypes, , XmlJavaTypeAdapter. It can also be used with the following annotations at the package level: XmlJavaTypeAdapter.

See Also:
XmlAccessOrder
Author:
Sekhar Vajjhala, Sun Microsystems, Inc.
Since:
JAXB2.0

Optional Element Summary
 XmlAccessOrder value
           
 

value

public abstract XmlAccessOrder value
Default:
javax.xml.bind.annotation.XmlAccessOrder.UNDEFINED

EclipseLink 2.3.2, build 'v20111125-r10461' API Reference