@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface ExcludeFromSuite
Marker interface for a TestBench test class which will exclude the test from
any test suite which automatically scans for test classes. Mostly useful for
long tests which should not be run in every build.