1package org.testng.internal.annotations;
2
3import org.testng.annotations.IObjectFactoryAnnotation;
4
5/**
6 * The internal representation of @ObjectFactory
7 * @author Hani
8 */
9public class ObjectFactoryAnnotation extends BaseAnnotation implements IObjectFactoryAnnotation
10{}
11