blob: 04f9de3eddae41d8023903a9b8576b8ebb192f22 [file] [log] [blame]
package org.testng.internal.annotations;
/**
* Encapsulate the @Factory / @testng.factory annotation
*
* Created on Dec 20, 2005
* @author <a href="mailto:cedric@beust.com">Cedric Beust</a>
*/
public interface IFactory extends IParameterizable {
}