java.util.List documentation = annotation.getDocumentation();
if ((documentation != null) && (documentation.size() > 0)) {
currentType.setInstanceProperty(SDOConstants.DOCUMENTATION_PROPERTY, documentation);
}
}
currentType.preInitialize(packageName, namespaceResolvers);
if (complexType.getAnnotation() != null) {
currentType.setAppInfoElements(complexType.getAnnotation().getAppInfo());
}
return currentType;