@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ExpectedFailure
Initially this is just a marker annotation to be used by a JUnit4 Test case
in conjunction with ExpectedTestFailure @Rule to indicate that a test is
supposed to be failing