currentClazz = currentClazz.getSuperclass();
}
if(annotatedFields.isEmpty()){
throw new NoAnnotatedFieldsFoundException(clazz,XMLElement.class,XMLAttribute.class);
}
classInfo = new ClassXMLInfo(elementName, annotatedFields);
FIELD_MAP.put(clazz, classInfo);