documentationsField.setInitString("new java.util.HashMap()");
jClass.addMember(documentationsField);
Enumeration<Annotation> annotations = annotated.getAnnotations();
while (annotations.hasMoreElements()) {
Annotation annotation = annotations.nextElement();
Enumeration<Documentation> documentations = annotation.getDocumentation();
while (documentations.hasMoreElements()) {
Documentation documentation = documentations.nextElement();
JConstructor defaultConstructor = jClass.getConstructor(0);
String documentationContent = normalize(documentation.getContent());
documentationContent =