if (jbossXmlType != null)
{
beanAdapterBuilderClass = jbossXmlType.beanAdapterBuilder();
}
// Determine the property access order
XmlAccessorOrder accessorOrder = typeInfo.getUnderlyingAnnotation(XmlAccessorOrder.class);
if (accessorOrder == null)
{
PackageInfo pkg = typeInfo.getPackage();
if (pkg != null)
accessorOrder = pkg.getUnderlyingAnnotation(XmlAccessorOrder.class);
}
if (accessorOrder != null)
accessOrder = accessorOrder.value();
// Create the binding
TypeBinding typeBinding = null;
if (root)