Annotation Type WithTimeout
-
@Retention(RUNTIME) @Target(FIELD) public @interface WithTimeoutThis annotation is used when some element waits for time that differs from defined by default.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.time.temporal.ChronoUnitchronoUnitDesired time unit.longtimeDesired waiting duration.
-