public static class ClassFile.AnnotationDefaultAttribute extends ClassFile.AttributeInfo
AnnotationDefault attribute (see JVMS8 4.7.22).| Constructor and Description |
|---|
AnnotationDefaultAttribute(short attributeNameIndex,
ClassFile.ElementValue elementValue) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
storeBody(DataOutputStream dos)
Writes the body of this attribute in an attribute-type dependent way; see JVMS7 4.7.2 and following.
|
storepublic AnnotationDefaultAttribute(short attributeNameIndex,
ClassFile.ElementValue elementValue)
protected void storeBody(DataOutputStream dos) throws IOException
ClassFile.AttributeInfostoreBody in class ClassFile.AttributeInfoIOExceptionCopyright © 2019. All rights reserved.