Uses of Package
org.springframework.aop.framework.autoproxy

Packages that use org.springframework.aop.framework.autoproxy
org.springframework.aop.framework.autoproxy 
org.springframework.aop.framework.autoproxy.target 

Classes in org.springframework.aop.framework.autoproxy used by org.springframework.aop.framework.autoproxy
AbstractAdvisorAutoProxyCreator
          Abstract BeanPostProcessor implementation that creates AOP proxies.
AdvisorAutoProxyCreator
          BeanPostProcessor implementation that creates AOP proxies based on all candidate Advisors in the current BeanFactory.
BeanNameAutoProxyCreator
          Auto proxy creator that identifies beans to proxy via a list of names.
 

Classes in org.springframework.aop.framework.autoproxy used by org.springframework.aop.framework.autoproxy.target
AbstractPrototypeTargetSourceCreator
          Convenient superclass for TargetSourceCreators that require creating multiple instances of a prototype bean.