public annotation interface  org.junit.experimental.theories.DataPoint extends java.lang.Object implements java.lang.'annotation'.Annotation
{
public abstract java.lang.String[] value();
public abstract java.lang.Class[] ignoredExceptions();
}