org.apache.commons.attributes

Class EmptyAttributeRepositoryClass

Implemented Interfaces:
AttributeRepositoryClass

(package private) class EmptyAttributeRepositoryClass
extends java.lang.Object
implements AttributeRepositoryClass

Empty implementation of AttributeRepositoryClass.
Since:
2.1

Field Summary

static AttributeRepositoryClass
INSTANCE

Method Summary

Set
getClassAttributes()
Map
getConstructorAttributes()
Map
getFieldAttributes()
Map
getMethodAttributes()

Field Details

INSTANCE

public static final AttributeRepositoryClass INSTANCE

Method Details

getClassAttributes

public Set getClassAttributes()
Specified by:
getClassAttributes in interface AttributeRepositoryClass

getConstructorAttributes

public Map getConstructorAttributes()
Specified by:
getConstructorAttributes in interface AttributeRepositoryClass

getFieldAttributes

public Map getFieldAttributes()
Specified by:
getFieldAttributes in interface AttributeRepositoryClass

getMethodAttributes

public Map getMethodAttributes()
Specified by:
getMethodAttributes in interface AttributeRepositoryClass