• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package org.junit.experimental.theories;
2 
3 import java.lang.annotation.Retention;
4 import java.lang.annotation.RetentionPolicy;
5 
6 @Retention(RetentionPolicy.RUNTIME)
7 public @interface DataPoints {
8 
9 }
10