public interface net.bytebuddy.pool.TypePool$Resolution
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.pool.TypePool$Resolution
  super_class: java.lang.Object
{
  public abstract boolean isResolved();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract net.bytebuddy.description.type.TypeDescription resolve();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "TypePool.java"
NestHost: net.bytebuddy.pool.TypePool
InnerClasses:
  public abstract Resolution = net.bytebuddy.pool.TypePool$Resolution of net.bytebuddy.pool.TypePool
  public Illegal = net.bytebuddy.pool.TypePool$Resolution$Illegal of net.bytebuddy.pool.TypePool$Resolution
  public Simple = net.bytebuddy.pool.TypePool$Resolution$Simple of net.bytebuddy.pool.TypePool$Resolution