1package org.testng.internal.annotations;
2
3import org.testng.annotations.IListenersAnnotation;
4
5public interface IListeners extends IListenersAnnotation {
6
7}
8