blob: 1e5ecd65a2553e67e52a8692b14c24b9d2483a35 [file] [log] [blame]
package org.testng.internal.annotations;
/**
* Encapsulate the @DataProvider / @testng.data-provider annotation
*
* Created on Dec 20, 2005
* @author <a href="mailto:cedric@beust.com">Cedric Beust</a>
*/
public interface IDataProvider extends IAnnotation {
/**
* The name of this DataProvider.
*/
public String getName();
}