aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/junit/experimental/theories/DataPoint.java
blob: 2aaba6a16a7556d5fad8ce35e1785f975e6b19c1 (plain)
1
2
3
4
5
6
7
8
9
package org.junit.experimental.theories;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

@Retention(RetentionPolicy.RUNTIME)
public @interface DataPoint {

}