| Name | Description | Type | Package | Framework |
| AbstractAdvisorAutoProxyCreator | Generic auto proxy creator that builds AOP proxies for specific beansbased on detected Advisors for each bean. | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
| AbstractAutoProxyCreator | BeanPostProcessor implementationthat wraps each eligible bean with an AOP proxy, delegating to specified interceptors | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
| AbstractBeanFactoryAwareAdvisingPostProcessor | Extension of AbstractAutoProxyCreator which implements BeanFactoryAware,adds exposure of the original target class for each proxied bean | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
| AbstractBeanFactoryBasedTargetSourceCreator | Convenient superclass forUses an internal BeanFactory to manage the target instances, | Class | org.springframework.aop.framework.autoproxy.target | Spring MVC |
| AutoProxyUtils | Utilities for auto-proxy aware components. | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
| BeanFactoryAdvisorRetrievalHelper | Helper for retrieving standard Spring Advisors from a BeanFactory,for use with auto-proxying. | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
| BeanNameAutoProxyCreator | Auto proxy creator that identifies beans to proxy via a list of names. | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
| DefaultAdvisorAutoProxyCreator | BeanPostProcessor implementation that creates AOP proxies based on all candidateAdvisors in the current BeanFactory. | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
| InfrastructureAdvisorAutoProxyCreator | Auto-proxy creator that considers infrastructure Advisor beans only,ignoring any application-defined Advisors. | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
| LazyInitTargetSourceCreator | TargetSourceCreator that enforces a LazyInitTargetSource for each beanthat is defined as lazy-init. | Class | org.springframework.aop.framework.autoproxy.target | Spring MVC |
| ProxyCreationContext | Holder for the current proxy creation context, as exposed by auto-proxy creatorssuch as AbstractAdvisorAutoProxyCreator. | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
| QuickTargetSourceCreator | Convenient TargetSourceCreator using bean name prefixes to create one of threewell-known TargetSource types: | Class | org.springframework.aop.framework.autoproxy.target | Spring MVC |
| TargetSourceCreator | sources, for particular beans. | Interface | org.springframework.aop.framework.autoproxy | Spring MVC |