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