public interface org.testng.xml.IPostProcessor
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.testng.xml.IPostProcessor
  super_class: java.lang.Object
{
  public abstract java.util.Collection<org.testng.xml.XmlSuite> process(java.util.Collection<org.testng.xml.XmlSuite>);
    descriptor: (Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Collection<Lorg/testng/xml/XmlSuite;>;)Ljava/util/Collection<Lorg/testng/xml/XmlSuite;>;
    MethodParameters:
        Name  Flags
      suites  
}
SourceFile: "IPostProcessor.java"