Package org.springframework.aop.framework.autoproxy.target
SinceNot specified.
VersionNot specified.
AuthorNot specified.
| 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.