1package org.testng.annotations;
2
3/**
4 * The parent interface for all the annotations.
5 *
6 * Created on Dec 20, 2005
7 *
8 * @author <a href="mailto:cedric@beust.com">Cedric Beust</a>
9 */
10public interface IAnnotation {
11}
12