// set action class injection handlers
BeanSourceAnnotationReader sourceAnnotationReader = new BeanSourceAnnotationReader();
sourceAnnotationReader.readAnnotations(actionBeanClass);
// tell controller action about action class injection handlers
sourceAnnotationReader.populateController(bsa);
}
if (controllerAction instanceof Injectable)
{