| Package | Description | 
|---|---|
| org.springframework.aop.framework.autoproxy | Bean post-processors for use in ApplicationContexts to simplify AOP usage
 by automatically creating AOP proxies without the need to use a ProxyFactoryBean. | 
| org.springframework.aop.framework.autoproxy.target | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractAutoProxyCreator. setCustomTargetSourceCreators(TargetSourceCreator... targetSourceCreators)Set custom  TargetSourceCreatorsto be applied in this order. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractBeanFactoryBasedTargetSourceCreatorConvenient superclass for
  TargetSourceCreatorimplementations that require creating multiple instances of a prototype bean. | 
| class  | LazyInitTargetSourceCreatorTargetSourceCreator that enforces a LazyInitTargetSource for each bean
 that is defined as "lazy-init". | 
| class  | QuickTargetSourceCreatorConvenient TargetSourceCreator using bean name prefixes to create one of three
 well-known TargetSource types:
 : CommonsPool2TargetSource
 % ThreadLocalTargetSource
 ! PrototypeTargetSource |