blob: ae394d6b4500da76c32cac0de60e11e89d4dffe5 [file] [log] [blame]
package org.testng.internal.annotations;
import org.testng.annotations.IObjectFactoryAnnotation;
/**
* The internal representation of @ObjectFactory
* @author Hani
*/
public class ObjectFactoryAnnotation extends BaseAnnotation implements IObjectFactoryAnnotation
{}