Package net.jqwik.time.api.constraints
Annotation Type DateRange
-
@Target({ANNOTATION_TYPE,PARAMETER,TYPE_USE}) @Retention(RUNTIME) @Documented @API(status=EXPERIMENTAL, since="1.4.1") public @interface DateRangeConstrain the range of generated date parameters.Applies to LocalDateTime, Instant, LocalDate, Date or Calendar parameters which are also annotated with
@ForAll.- See Also:
ForAll,DayOfMonthRange,DayOfWeekRange,MonthDayRange,MonthRange,YearMonthRange,YearRange