Package org.springframework.aop.framework.autoproxy.target
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Classes
AbstractBeanFactoryBasedTargetSourceCreator Convenient superclass for TargetSourceCreators 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
  • Generic support classes for target source creation.