Package play.data.validation
Annotation Interface InFuture
@Retention(RUNTIME)
@Target({FIELD,PARAMETER})
@Constraint(checkWith=InFutureCheck.class)
public @interface InFuture
This date must be in the future. Message key: validation.future $1: field name $2: reference date
-
Optional Element Summary
Optional Elements