package

org.springframework.aop.framework.autoproxy.target

Generic support classes for target source creation.

Classes

AbstractBeanFactoryBasedTargetSourceCreator Convenient superclass for TargetSourceCreator implementations that require creating multiple instances of a prototype bean. 
LazyInitTargetSourceCreator TargetSourceCreator that enforces a LazyInitTargetSource for each bean that is defined as "lazy-init". 
QuickTargetSourceCreator Convenient TargetSourceCreator using bean name prefixes to create one of three well-known TargetSource types:
  • : CommonsPoolTargetSource
  • % ThreadLocalTargetSource
  • ! PrototypeTargetSource