AbstractBeanFactoryBasedTargetSourceCreator()
Convenient superclass for org.springframework.aop.framework.autoproxy.TargetSourceCreator implementations that require creating multiple instances of a prototype bean.
Uses an internal BeanFactory to manage the target instances, copying the original bean definition to this internal factory. This is necessary because the original BeanFactory will just contain the proxy instance created through auto-proxying.
Requires running in an org.springframework.beans.factory.support.AbstractBeanFactory.
Author
Rod Johnson
Author
Juergen Hoeller
See Also
org.springframework.aop.target.AbstractBeanFactoryBasedTargetSourceorg.springframework.beans.factory.support.AbstractBeanFactory