Java javax.xml.bind.annotation XmlAccessOrder fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.bind.annotation XmlAccessOrder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.bind.annotation XmlAccessOrder.

The text is from its open source code.

Field

XmlAccessOrderUNDEFINED
The ordering of fields and properties in a class is undefined.
XmlAccessOrderALPHABETICAL
The ordering of fields and properties in a class is in alphabetical order as determined by the method java.lang.String.compareTo(String anotherString).

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.