String annotationTableAttribute = annotation.table();
if (Strings.isNullOrEmpty(annotationTableAttribute)) {
annotationTableAttribute = cls.getSimpleName();
}
final IdentityType annotationIdentityType = annotation.identityType();
FacetUtil.addFacet(new JdoPersistenceCapableFacetAnnotation(
annotationTableAttribute, annotationIdentityType, processClassContext.getFacetHolder()));
return;
}