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