Annotation Type ActivateHiddenBefore


@API(status=MAINTAINED)
@Documented
@Retention(RUNTIME)
@Target({TYPE,METHOD,ANNOTATION_TYPE})
public @interface ActivateHiddenBefore
This is the counterpart to Deadline. It specifies a date before which HiddenTests will always be executed. The format of the String has to be the same as the format for Deadline.

This annotation overrides the Deadline annotation and deactivates it up to the given date.

Since:
0.1.2
Version:
1.0.0
Author:
Christian Femers
See Also:
Deadline
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    java.lang.String value  
  • Element Details

    • value

      java.lang.String value