org.testng.annotations.IAnnotation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testng Show documentation
Show all versions of testng Show documentation
Testing framework for Java
package org.testng.annotations;
/**
* The parent interface for all the annotations.
*
* Created on Dec 20, 2005
*
* @author Cedric Beust
*/
public interface IAnnotation {
}