/* */
/* 800 */ if (this.trace) {
/* 801 */ log.trace("Checking property " + property.getName() + " for " + beanInfo.getName() + " type=" + property.getType().getName());
/* */ }
/* */
/* 804 */ XmlValue xmlValue = (XmlValue)property.getUnderlyingAnnotation(XmlValue.class);
/* 805 */ if (xmlValue != null)
/* */ {
/* 807 */ if (this.trace)
/* 808 */ log.trace("Seen @XmlValue for type=" + beanInfo.getName() + " property=" + property.getName());
/* 809 */ if (valueProperty != null)