Class BytecodeArrayAnnotationValue

java.lang.Object
org.eolang.jeo.representation.bytecode.BytecodeArrayAnnotationValue
All Implemented Interfaces:
BytecodeAnnotationValue

public final class BytecodeArrayAnnotationValue extends Object implements BytecodeAnnotationValue
An annotation value that is an array.
Since:
0.6
  • Constructor Details

    • BytecodeArrayAnnotationValue

      public BytecodeArrayAnnotationValue(String name, List<BytecodeAnnotationValue> values)
      Constructor.
      Parameters:
      name - The name of the annotation property.
      values - The actual values.
  • Method Details