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