Class Attribute

java.lang.Object
org.jboss.classfilewriter.attributes.Attribute
All Implemented Interfaces:
WritableEntry
Direct Known Subclasses:
AnnotationsAttribute, CodeAttribute, ExceptionsAttribute, ParameterAnnotationsAttribute, SignatureAttribute, StackMapTableAttribute

public abstract class Attribute extends Object implements WritableEntry
Represents an attribute in a class file
Author:
Stuart Douglas