Class AttributeProperty<BeanT>

java.lang.Object
com.sun.xml.bind.v2.runtime.property.AttributeProperty<BeanT>
All Implemented Interfaces:
Property<BeanT>, StructureLoaderBuilder, Comparable<AttributeProperty>

public final class AttributeProperty<BeanT> extends Object implements Comparable<AttributeProperty>
Property implementation for AttributePropertyInfo.

This one works for both leaves and nodes, scalars and arrays.

Implements Comparable so that it can be sorted lexicographically.

Author:
Kohsuke Kawaguchi ([email protected])