Class BytecodeParamAnnotations


  • public final class BytecodeParamAnnotations
    extends Object
    Bytecode parameter annotations.
    Since:
    0.15.0
    • Constructor Detail

      • BytecodeParamAnnotations

        public BytecodeParamAnnotations​(int index,
                                        BytecodeAnnotations annotations)
        Constructor.
        Parameters:
        index - Parameter index.
        annotations - Parameter annotations.
    • Method Detail

      • write

        public void write​(org.objectweb.asm.MethodVisitor visitor)
        Write all parameter annotations to bytecode.
        Parameters:
        visitor - Method to write in.