Class RuntimeVisibleParameterAnnotations

  • All Implemented Interfaces:
    java.lang.Cloneable, java.lang.Iterable<ParameterAnnotationEntry>, Node

    public class RuntimeVisibleParameterAnnotations
    extends ParameterAnnotations
    Represents a parameter annotation that is represented in the class file and is provided to the JVM.
    Since:
    6.0
    • Constructor Detail

      • RuntimeVisibleParameterAnnotations

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