blob: 2aaba6a16a7556d5fad8ce35e1785f975e6b19c1 [file] [log] [blame]
package org.junit.experimental.theories;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface DataPoint {
}