Class RuntimeVisibleAnnotations

All Implemented Interfaces:
Serializable, Cloneable, Node

public class RuntimeVisibleAnnotations extends Annotations
represents an annotation that is represented in the class file and is provided to the JVM.
Since:
5.3
See Also:
  • Constructor Details

    • RuntimeVisibleAnnotations

      public RuntimeVisibleAnnotations(int name_index, int length, DataInputStream file, ConstantPool constant_pool) throws IOException
      Parameters:
      name_index - Index pointing to the name Code
      length - Content length in bytes
      file - Input stream
      constant_pool - Array of constants
      Throws:
      IOException
  • Method Details