public interface org.jboss.resteasy.spi.interception.MessageBodyWriterInterceptor
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jboss.resteasy.spi.interception.MessageBodyWriterInterceptor
  super_class: java.lang.Object
{
  public abstract void write(org.jboss.resteasy.spi.interception.MessageBodyWriterContext);
    descriptor: (Lorg/jboss/resteasy/spi/interception/MessageBodyWriterContext;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException, javax.ws.rs.WebApplicationException
    MethodParameters:
         Name  Flags
      context  
}
SourceFile: "MessageBodyWriterInterceptor.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()