public interface com.oracle.svm.hosted.substitute.ComputedValue
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.oracle.svm.hosted.substitute.ComputedValue
  super_class: java.lang.Object
{
  public abstract com.oracle.svm.core.annotate.RecomputeFieldValue$Kind getRecomputeValueKind();
    descriptor: ()Lcom/oracle/svm/core/annotate/RecomputeFieldValue$Kind;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.reflect.Field getTargetField();
    descriptor: ()Ljava/lang/reflect/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "ComputedValue.java"
InnerClasses:
  public final Kind = com.oracle.svm.core.annotate.RecomputeFieldValue$Kind of com.oracle.svm.core.annotate.RecomputeFieldValue