/* 116 */ throw e.getTargetException();
/* */ }
/* */ }
/* */
/* 120 */ XmlAttribute xa = (XmlAttribute)method.getAnnotation(XmlAttribute.class);
/* 121 */ XmlValue xv = (XmlValue)method.getAnnotation(XmlValue.class);
/* 122 */ XmlElement xe = (XmlElement)method.getAnnotation(XmlElement.class);
/* */
/* 125 */ if (xa != null) {
/* 126 */ if ((xv != null) || (xe != null)) {
/* 127 */ throw new IllegalAnnotationException(method.toString());