@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface ClasspathSuite.BaseTypeFilter
The BaseTypeFilter annotation filters all test classes to be
run by one or several given base types, i.e. only those classes will be
run which extend one of the base types. Default is
Object.class.