Class Deprecated

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

public final class Deprecated extends Attribute
This class is derived from Attribute and denotes that this is a deprecated method. It is instantiated from the Attribute.readAttribute() method.
Version:
$Id: Deprecated.java,v 1.5 2009/09/15 19:40:12 aclement Exp $
Author:
M. Dahm
See Also: