public class reactor.util.Metrics$MicrometerConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: reactor.util.Metrics$MicrometerConfiguration
  super_class: java.lang.Object
{
  private static MeterRegistry registry;
    descriptor: LMeterRegistry;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // reactor.util.Metrics$MicrometerConfiguration this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io.micrometer cannot be resolved\n\tThe import io.micrometer cannot be resolved\n\tglobalRegistry cannot be resolved\n\tMeterRegistry cannot be resolved to a type\n\tglobalRegistry cannot be resolved to a variable\n\tMeterRegistry cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // reactor.util.Metrics$MicrometerConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lreactor/util/Metrics$MicrometerConfiguration;

  public static MeterRegistry useRegistry(MeterRegistry);
    descriptor: (LMeterRegistry;)LMeterRegistry;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 63
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMeterRegistry cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
          Name  Flags
      registry  

  public static MeterRegistry getRegistry();
    descriptor: ()LMeterRegistry;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 73
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMeterRegistry cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Metrics.java"
NestHost: reactor.util.Metrics
InnerClasses:
  public MicrometerConfiguration = reactor.util.Metrics$MicrometerConfiguration of reactor.util.Metrics