blob: 3fb5940c8b1788862238bb91d4df2a13d60ee356 [file] [log] [blame]
package org.testng.internal.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 {
}