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

Quick Search    Search Deep

org.springframework.aop.framework.autoproxy.metadata: Javadoc index of package org.springframework.aop.framework.autoproxy.metadata.


Package Samples:

org.springframework.aop.framework.autoproxy.metadata

Classes:

AttributesThreadLocalTargetSourceCreator: PrototypeTargetSourceCreator driven by metadata. Creates a ThreadLocalTargetSource only if there's a ThreadLocalAttribute associated with the class.
AttributesPrototypeTargetSourceCreator: PrototypeTargetSourceCreator driven by metadata. Creates a prototype only if there's a PrototypeAttribute associated with the class.
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.
AttributesPoolingTargetSourceCreator: PoolingTargetSourceCreator driven by metadata.

Home | Contact Us | Privacy Policy | Terms of Service