Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

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.