@Retention(value=RUNTIME)
@Inherited
@Target(value=TYPE)
public @interface TestParallelMethods
TestParallelClassesAndMethods. See usage note in
org.pantsbuild.tools.junit.impl.ConsoleRunnerImpl. The
TestSerial and TestParallel annotation takes precedence over this annotation
if a class has multiple annotations (including via inheritance).
Requires use of the experimental test runner.