org.apache.commons.attributes
Class Inheritable

java.lang.Object
  extended by org.apache.commons.attributes.Inheritable

public class Inheritable
extends java.lang.Object

This attribute is used to mark attributes as being inheritable. Inheritable attributes are inherited down the class and interface hierarchy.

Since:
2.1

Constructor Summary
Inheritable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Inheritable

public Inheritable()