blob: 8f090ef336163e910f1e604c24827bb1c0f71b69 [file] [log] [blame]
package org.junit.experimental.theories;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface ParametersSuppliedBy {
Class<? extends ParameterSupplier> value();
}