1package org.testng;
2
3import org.testng.annotations.IListenersAnnotation;
4
5public interface IAnnotationTransformer3 extends IAnnotationTransformer2 {
6
7  void transform(IListenersAnnotation annotation, Class testClass);
8
9}
10