package org.testng.xml; import java.util.Collection; public interface IPostProcessor { Collection process(Collection collection); }