org.apache.commons.attributes

Class Indexed


public class Indexed
extends java.lang.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