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

Class Diagram Summary
metadata 
 

Class Summary
AttributesPoolingTargetSourceCreatorPoolingTargetSourceCreator driven by metadata.
AttributesPrototypeTargetSourceCreatorPrototypeTargetSourceCreator driven by metadata.
AttributesThreadLocalTargetSourceCreatorPrototypeTargetSourceCreator driven by metadata.
PrototypeAttributeTag attribute to identify beans for which the target should be a prototype (new instance per invocation)
ThreadLocalAttributeTag attribute to identify beans for which the target should be a set in a ThreadLocal.