public interface org.jboss.resteasy.spi.interception.PostProcessInterceptor
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jboss.resteasy.spi.interception.PostProcessInterceptor
  super_class: java.lang.Object
{
  public abstract void postProcess(org.jboss.resteasy.core.ServerResponse);
    descriptor: (Lorg/jboss/resteasy/core/ServerResponse;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      response  
}
SourceFile: "PostProcessInterceptor.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()