Class Unknown

java.lang.Object
org.aspectj.apache.bcel.classfile.Attribute
org.aspectj.apache.bcel.classfile.Unknown
All Implemented Interfaces:
Serializable, Cloneable, Node

public final class Unknown extends Attribute
This class represents a reference to an unknown (i.e., application-specific) attribute of a class. It is instantiated from the Attribute.readAttribute() method. Applications that need to read in application-specific attributes should create an AttributeReader implementation and attach it via Attribute.addAttributeReader.
Version:
$Id: Unknown.java,v 1.6 2009/09/15 19:40:12 aclement Exp $
Author:
M. Dahm
See Also: