Class BytecodeAnnotationAnnotationValue

    • Constructor Detail

      • BytecodeAnnotationAnnotationValue

        public BytecodeAnnotationAnnotationValue​(String name,
                                                 String descriptor,
                                                 List<BytecodeAnnotationValue> values)
        Constructor.
        Parameters:
        name - The name of the annotation property.
        descriptor - The descriptor of the annotation.
        values - The actual annotation values.