org.hibernate.validator
Annotation Type Past


@Documented
@ValidatorClass(value=PastValidator.class)
@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Past

Check that a Date, a Calendar, or a string representation apply in the past

Author:
Gavin King

Optional Element Summary
 String message
           
 

message

public abstract String message
Default:
"{validator.past}"