Package | Description |
---|---|
org.springframework.aop.framework.autoproxy.target |
Generic support classes for target source creation.
|
Modifier and Type | Class and Description |
---|---|
class |
LazyInitTargetSourceCreator
TargetSourceCreator that enforces a LazyInitTargetSource for each bean
that is defined as "lazy-init".
|
class |
QuickTargetSourceCreator
Convenient TargetSourceCreator using bean name prefixes to create one of three
well-known TargetSource types:
: CommonsPoolTargetSource
% ThreadLocalTargetSource
! PrototypeTargetSource
|
Copyright © 2015. All rights reserved.