Package org.springframework.aop.framework.autoproxy.metadata
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Classes
AttributesPoolingTargetSourceCreator PoolingTargetSourceCreator driven by metadata.
AttributesPrototypeTargetSourceCreator PrototypeTargetSourceCreator driven by metadata.
AttributesThreadLocalTargetSourceCreator PrototypeTargetSourceCreator driven by metadata.
PrototypeAttribute Tag attribute to identify beans for which the target should be a prototype (new instance per invocation)
ThreadLocalAttribute Tag attribute to identify beans for which the target should be a set in a ThreadLocal.
Support classes for target source creation that is driven by source-level metadata attributes.