org.apache.commons.attributes
Class Indexed
java.lang.Object
org.apache.commons.attributes.Indexed
- public class Indexed
- extends Object
This attribute is used to mark attributes as being indexed.
Elements with indexed attributes can be found via an AttributeIndex
,
but incur a slight processing and memory penalty. You must also
run the attribute-indexer tool on the Jar-file containing the classes
you wish to find via the index.
Note regarding Inheritable
attributes: Indexed attributes
that are inherited will not be found via an AttributeIndex
. You will
only find the class/method/field where the attribute is actually declared via the index.
- Since:
- 2.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Indexed
public Indexed()
Copyright © The Apache Software Foundation. All Rights Reserved.