interface examples.WebExamples$SomeLegacyService
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: examples.WebExamples$SomeLegacyService
  super_class: java.lang.Object
{
  public abstract void doSomethingThatBlocks();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "WebExamples.java"
NestHost: examples.WebExamples
InnerClasses:
  abstract SomeLegacyService = examples.WebExamples$SomeLegacyService of examples.WebExamples