interface com.google.inject.internal.DelayedInitialize
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.google.inject.internal.DelayedInitialize
  super_class: java.lang.Object
{
  public abstract void initialize(com.google.inject.internal.InjectorImpl, com.google.inject.internal.Errors);
    descriptor: (Lcom/google/inject/internal/InjectorImpl;Lcom/google/inject/internal/Errors;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.google.inject.internal.ErrorsException
    MethodParameters:
          Name  Flags
      injector  
      errors    
}
SourceFile: "DelayedInitialize.java"