Class RuntimeInvisibleAnnotations

All Implemented Interfaces:
Cloneable, Iterable<AnnotationEntry>, Node

represents an annotation that is represented in the class file but is not provided to the JVM.
Since:
6.0
  • Constructor Details

    • RuntimeInvisibleAnnotations

      public RuntimeInvisibleAnnotations(int nameIndex, int length, DataInput input, ConstantPool constantPool) throws IOException
      Parameters:
      nameIndex - Index pointing to the name Code
      length - Content length in bytes
      input - Input stream
      constantPool - Array of constants
      Throws:
      IOException - Thrown when an I/O exception of some sort has occurred.
  • Method Details