299300301302303304305306307308309
{ Class value = readerAnnotation.value(); ActionBeanAnnotationReader reader = ReflectHelper.createInstance(value, ActionBeanAnnotationReader.class); if (reader.readAnnotations(actionBeanClass)) { reader.populateController(controllerAction); } } }