• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package org.testng.annotations;
2 
3 import org.testng.internal.annotations.IDataProvidable;
4 
5 /**
6  * Encapsulate the @Factory / @testng.factory annotation
7  *
8  * Created on Dec 20, 2005
9  * @author <a href="mailto:cedric@beust.com">Cedric Beust</a>
10  */
11 public interface IFactoryAnnotation extends IParameterizable, IDataProvidable {
12 }
13