addClassAnnotation(container, annotation.annotationType(), annotation);
}
if (sessionBean.getLocalHome() != null)
{
LocalHomeImpl annotation = new LocalHomeImpl(di.getClassLoader()
.loadClass(sessionBean.getLocalHome()));
addClassAnnotation(container, annotation.annotationType(), annotation);
}
}