Uses of Interface
org.apache.commons.attributes.AttributeRepositoryClass

Uses of AttributeRepositoryClass in org.apache.commons.attributes
 

Classes in org.apache.commons.attributes that implement AttributeRepositoryClass
(package private)  class EmptyAttributeRepositoryClass
          Empty implementation of AttributeRepositoryClass.
 class RuntimeAttributeRepository
          Class used to define attributes programmatically for a class.
 

Fields in org.apache.commons.attributes declared as AttributeRepositoryClass
static AttributeRepositoryClass EmptyAttributeRepositoryClass.INSTANCE
           
 

Methods in org.apache.commons.attributes with parameters of type AttributeRepositoryClass
static void Util.validateRepository(java.lang.Class owningClass, AttributeRepositoryClass repo)
           
 

Constructors in org.apache.commons.attributes with parameters of type AttributeRepositoryClass
DefaultCachedRepository(java.lang.Class clazz, AttributeRepositoryClass repo)