blob: 12cdb7c545ee9643539ad1a4840c72b2b24fbac6 [file] [log] [blame]
package org.testng.annotations;
/**
* The parent interface for all the annotations.
*
* Created on Dec 20, 2005
*
* @author <a href="mailto:cedric@beust.com">Cedric Beust</a>
*/
public interface IAnnotation {
}