public interface org.springframework.boot.actuate.metrics.AutoTimer
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.boot.actuate.metrics.AutoTimer
  super_class: java.lang.Object
{
  public static final org.springframework.boot.actuate.metrics.AutoTimer ENABLED;
    descriptor: Lorg/springframework/boot/actuate/metrics/AutoTimer;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.springframework.boot.actuate.metrics.AutoTimer DISABLED;
    descriptor: Lorg/springframework/boot/actuate/metrics/AutoTimer;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tThis lambda expression refers to the missing type Builder\n\tThe type new AutoTimer(){} must implement the inherited abstract method AutoTimer.apply(Builder)\n\tBuilder cannot be resolved to a type\n\tTimer cannot be resolved to a type\n\tThe method builder(String) from the type AutoTimer refers to the missing type Builder\n\tThe target type of this expression must be a functional interface\n\tTimer cannot be resolved to a type\n\tTimer cannot be resolved to a type\n\tTimer cannot be resolved to a type\n\tTimer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean isEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.metrics.AutoTimer this
         0: .line 65
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.AutoTimer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/AutoTimer;

  public Timer.Builder builder(java.lang.String);
    descriptor: (Ljava/lang/String;)LTimer/Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.metrics.AutoTimer this
         0: .line 75
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.AutoTimer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/AutoTimer;
    MethodParameters:
      Name  Flags
      name  

  public Timer.Builder builder(java.util.function.Supplier<Timer.Builder>);
    descriptor: (Ljava/util/function/Supplier;)LTimer/Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.metrics.AutoTimer this
         0: .line 85
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.AutoTimer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/AutoTimer;
    Signature: (Ljava/util/function/Supplier<LTimer/Builder;>;)LTimer/Builder;
    MethodParameters:
          Name  Flags
      supplier  

  public abstract void apply(Timer.Builder);
    descriptor: (LTimer/Builder;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      builder  
}
SourceFile: "AutoTimer.java"
NestMembers:
  org.springframework.boot.actuate.metrics.AutoTimer$1
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()