classAnnotationMetadata, false);
ClassVisitor beanVisitor = cv2;
// EJb 2.1 view ?
if (classAnnotationMetadata.getRemoteHome() != null || classAnnotationMetadata.getLocalHome() != null) {
Migration21ClassAdapter ejb21Adapter = new Migration21ClassAdapter(classAnnotationMetadata, cv2);
beanVisitor = ejb21Adapter;
}
cr.accept(beanVisitor, 0);