public interface org.jboss.resteasy.spi.interception.ClientExecutionInterceptor
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jboss.resteasy.spi.interception.ClientExecutionInterceptor
  super_class: java.lang.Object
{
  public abstract org.jboss.resteasy.client.ClientResponse execute(org.jboss.resteasy.spi.interception.ClientExecutionContext);
    descriptor: (Lorg/jboss/resteasy/spi/interception/ClientExecutionContext;)Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ctx   
}
SourceFile: "ClientExecutionInterceptor.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()