}
} else {
if (helper.isAnnotationPresent(element, XmlElement.class)) {
XmlElement xmlElement = (XmlElement) helper.getAnnotation(element, XmlElement.class);
name = xmlElement.name();
namespace = xmlElement.namespace();
}
if (property.isMap() && helper.isAnnotationPresent(element, XmlElementWrapper.class)) {
XmlElementWrapper xmlElementWrapper = (XmlElementWrapper) helper.getAnnotation(element, XmlElementWrapper.class);
name = xmlElementWrapper.name();
namespace = xmlElementWrapper.namespace();