Uses of Class
org.springframework.metadata.Attributes

Packages that use Attributes
org.springframework.aop.framework.autoproxy.metadata 
org.springframework.metadata.commons 
org.springframework.transaction.interceptor 

Uses of Attributes in org.springframework.aop.framework.autoproxy.metadata
 

Constructors in org.springframework.aop.framework.autoproxy.metadata with parameters of type Attributes
AttributesPoolingTargetSourceCreator.AttributesPoolingTargetSourceCreator(Attributes attributes)
          
AttributesPrototypeTargetSourceCreator.AttributesPrototypeTargetSourceCreator(Attributes attributes)
          
AttributesThreadLocalTargetSourceCreator.AttributesThreadLocalTargetSourceCreator(Attributes attributes)
          
 

Uses of Attributes in org.springframework.metadata.commons
 

Classes in org.springframework.metadata.commons that implement Attributes
class CommonsAttributes
          Implementation of the Spring Attributes facade for Commons Attributes.
 

Uses of Attributes in org.springframework.transaction.interceptor
 

Constructors in org.springframework.transaction.interceptor with parameters of type Attributes
AttributesTransactionAttributeSource.AttributesTransactionAttributeSource(Attributes attributes)