Class ClassFile.AnnotationsAttribute

  • Enclosing class:
    ClassFile

    public static class ClassFile.AnnotationsAttribute
    extends ClassFile.AttributeInfo
    Representation of a Runtime[In]visibleAnnotations attribute (see JVMS8 4.7.16/17).
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ClassFile.Annotation> getAnnotations()  
      protected void storeBody​(java.io.DataOutputStream dos)
      Writes the body of this attribute in an attribute-type dependent way; see JVMS7 4.7.2 and following.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait