/* 780 */ typeBinding.setHandler(handler);
/* 781 */ if (this.trace) {
/* 782 */ log.trace("Created BeanHandler for type=" + beanInfo.getName() + " factory=" + factory);
/* */ }
/* */
/* 785 */ JBossXmlNoElements jbossXmlNoElements = (JBossXmlNoElements)typeInfo.getUnderlyingAnnotation(JBossXmlNoElements.class);
/* 786 */ boolean noElements = jbossXmlNoElements != null;
/* 787 */ PropertyInfo valueProperty = null;
/* 788 */ PropertyInfo wildcardProperty = null;
/* 789 */ boolean allBinding = propertyOrder.length == 0;
/* 790 */ boolean determinePropertyOrder = (allBinding) || ((propertyOrder.length == 1) && (propertyOrder[0].length() == 0));