Spring自动创建实例 动态的调用无参构造方法来创建实例.
Class clazz = ClassUtils.forName(className);executor = (ReportExecutor) BeanUtils.instantiateClass(clazz);