- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
/*
org.springframework.aop.framework
Class AbstractSingletonProxyFactoryBean
Convenient proxy factory bean superclass for proxy factory beans that create only singletons.
*/
public abstract class AbstractSingletonProxyFactoryBean
extends ProxyConfig
implements FactoryBean, BeanClassLoaderAware, InitializingBean
http://static.springsource.org/spring/docs/2.0.x/api/org/springframework/aop/framework/AbstractSingletonProxyFactoryBean.html
Convenient proxy factory bean superclass for proxy factory beans that create only singletons. And we need to go deeper...