public static class ClassFile.AnnotationsAttribute extends ClassFile.AttributeInfo
Runtime[In]visibleAnnotations attribute (see JVMS8 4.7.16/17).| Modifier and Type | Method and Description |
|---|---|
List<ClassFile.Annotation> |
getAnnotations() |
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 List<ClassFile.Annotation> getAnnotations()
ClassFile.Annotations contained in this ClassFile.AnnotationsAttribute, see JVMS8 4.7.16/17protected void storeBody(DataOutputStream dos) throws IOException
ClassFile.AttributeInfostoreBody in class ClassFile.AttributeInfoIOExceptionCopyright © 2019. All rights reserved.