1package org.testng.internal.annotations;
2
3public interface IAfterSuite extends IBaseBeforeAfter {
4
5}
6