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