Class RuntimeInvisibleParameterAnnotations

java.lang.Object
org.apache.bcel.classfile.Attribute
org.apache.bcel.classfile.ParameterAnnotations
org.apache.bcel.classfile.RuntimeInvisibleParameterAnnotations
All Implemented Interfaces:
Cloneable, Node

public class RuntimeInvisibleParameterAnnotations extends ParameterAnnotations
Represents a parameter annotation that is represented in the class file but is not provided to the JVM.
Since:
6.0
  • Constructor Details

    • RuntimeInvisibleParameterAnnotations

      public RuntimeInvisibleParameterAnnotations(int name_index, int length, DataInput input, ConstantPool constant_pool) throws IOException
      Parameters:
      name_index - Index pointing to the name Code
      length - Content length in bytes
      input - Input stream
      constant_pool - Array of constants
      Throws:
      IOException