public interface org.testng.IInjectorFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.testng.IInjectorFactory
  super_class: java.lang.Object
{
  public abstract com.google.inject.Injector getInjector(com.google.inject.Stage, com.google.inject.Module[]);
    descriptor: (Lcom/google/inject/Stage;[Lcom/google/inject/Module;)Lcom/google/inject/Injector;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      stage    
      modules  
}
SourceFile: "IInjectorFactory.java"
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()