public class examples.hystrix.HystrixExamples
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: examples.hystrix.HystrixExamples
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // examples.hystrix.HystrixExamples this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.netflix cannot be resolved\n\tHystrixCommand cannot be resolved to a type\n\tThe method getSomeCommandInstance() from the type HystrixExamples refers to the missing type HystrixCommand\n\tHystrixCommand cannot be resolved to a type\n\tThe method getSomeCommandInstance() from the type HystrixExamples refers to the missing type HystrixCommand\n\tHystrixCommand cannot be resolved to a type\n\tThe method getSomeCommandInstance() from the type HystrixExamples refers to the missing type HystrixCommand\n\tHystrixCommand cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // examples.hystrix.HystrixExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/hystrix/HystrixExamples;

  public void exampleHystrix1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // examples.hystrix.HystrixExamples this
         0: .line 31
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHystrixCommand cannot be resolved to a type\n\tThe method getSomeCommandInstance() from the type HystrixExamples refers to the missing type HystrixCommand\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // examples.hystrix.HystrixExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/hystrix/HystrixExamples;

  public void exampleHystrix2(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // examples.hystrix.HystrixExamples this
         0: .line 36
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHystrixCommand cannot be resolved to a type\n\tThe method getSomeCommandInstance() from the type HystrixExamples refers to the missing type HystrixCommand\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // examples.hystrix.HystrixExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/hystrix/HystrixExamples;
    MethodParameters:
       Name  Flags
      vertx  

  public void exampleHystrix3(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // examples.hystrix.HystrixExamples this
         0: .line 49
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHystrixCommand cannot be resolved to a type\n\tThe method getSomeCommandInstance() from the type HystrixExamples refers to the missing type HystrixCommand\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // examples.hystrix.HystrixExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/hystrix/HystrixExamples;
    MethodParameters:
       Name  Flags
      vertx  

  private HystrixCommand<java.lang.String> getSomeCommandInstance();
    descriptor: ()LHystrixCommand;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // examples.hystrix.HystrixExamples this
         0: .line 59
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tHystrixCommand cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // examples.hystrix.HystrixExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/hystrix/HystrixExamples;
    Signature: ()LHystrixCommand<Ljava/lang/String;>;
}
SourceFile: "HystrixExamples.java"