Class AnnotationDefault
java.lang.Object
org.aspectj.apache.bcel.classfile.Attribute
org.aspectj.apache.bcel.classfile.AnnotationDefault
- All Implemented Interfaces:
Serializable,Cloneable,Node
This attribute is attached to a method and indicates the default
value for an annotation element.
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotationDefault(int nameIndex, int len, DataInputStream dis, ConstantPool cpool) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ClassVisitor v)copy(ConstantPool constant_pool)voiddump(DataOutputStream dos)Methods inherited from class org.aspectj.apache.bcel.classfile.Attribute
getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute, toString
-
Constructor Details
-
AnnotationDefault
public AnnotationDefault(int nameIndex, int len, DataInputStream dis, ConstantPool cpool) throws IOException- Throws:
IOException
-
-
Method Details