@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented @API(status=STABLE, since="5.0") public @interface Disabled
@Disabled
is used to signal that the annotated test class or
test method is currently disabled and should not be executed.
When applied at the class level, all test methods within that class are automatically disabled as well.
public abstract String value