Package org.springframework.aop.framework.autoproxy.metadata

Support classes for target source creation that is driven by source-level metadata attributes.

See:
          Description

Class Summary
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.
 

Package org.springframework.aop.framework.autoproxy.metadata Description

Support classes for target source creation that is driven by source-level metadata attributes.



Copyright (c) 2002-2007 The Spring Framework Project.