final class org.testng.GuiceHelper$LazyHolder
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.testng.GuiceHelper$LazyHolder
  super_class: java.lang.Object
{
  private static final java.util.List<com.google.inject.Module> spiModules;
    descriptor: Ljava/util/List;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/List<Lcom/google/inject/Module;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=3, args_size=0
         0: .line 146
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 0 /* modules */
        start local 0 // java.util.List modules
         1: .line 147
            ldc Lorg/testng/IModule;
            invokestatic java.util.ServiceLoader.load:(Ljava/lang/Class;)Ljava/util/ServiceLoader;
            invokevirtual java.util.ServiceLoader.iterator:()Ljava/util/Iterator;
            astore 2
            goto 4
      StackMap locals: java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.testng.IModule
            astore 1 /* module */
        start local 1 // org.testng.IModule module
         3: .line 148
            aload 0 /* modules */
            aload 1 /* module */
            invokeinterface org.testng.IModule.getModule:()Lcom/google/inject/Module;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 1 // org.testng.IModule module
         4: .line 147
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 150
            aload 0 /* modules */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putstatic org.testng.GuiceHelper$LazyHolder.spiModules:Ljava/util/List;
        end local 0 // java.util.List modules
         6: .line 151
            return
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            1    6     0  modules  Ljava/util/List<Lcom/google/inject/Module;>;
            3    4     1   module  Lorg/testng/IModule;

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.testng.GuiceHelper$LazyHolder this
         0: .line 142
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.testng.GuiceHelper$LazyHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/testng/GuiceHelper$LazyHolder;

  public static java.util.List<com.google.inject.Module> getSpiModules();
    descriptor: ()Ljava/util/List;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 154
            getstatic org.testng.GuiceHelper$LazyHolder.spiModules:Ljava/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Ljava/util/List<Lcom/google/inject/Module;>;
}
SourceFile: "GuiceHelper.java"
NestHost: org.testng.GuiceHelper
InnerClasses:
  private final LazyHolder = org.testng.GuiceHelper$LazyHolder of org.testng.GuiceHelper