@Retention(value=RUNTIME)
@Target(value=METHOD)
@Documented
public @interface DisableOnWindows
You must add the following to the class where this annotation is being used:
@Listeners(DisableOnWindows)
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
reason
3
Explain the reason for the test being disabled.
|