//如果bean有TargetSourceCreator创建,说明已经被代理过了,直接返回 if (StringUtils.hasLength(beanName) && this.targetSourcedBeans.contains(beanName)) { return bean; }