@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface ClasspathSuite.ClasspathProperty
The ClasspathProperty specifies the System property name
used to retrieve the java classpath which is searched for Test classes
and suites. Default is "java.class.path".