1package org.testng.annotations;
2
3/**
4 * @author Hani Suleiman
5 *         Date: Mar 6, 2007
6 *         Time: 2:16:13 PM
7 */
8public interface IObjectFactoryAnnotation extends IAnnotation
9{
10}
11