javax.validation.constraints
Annotation Type Past


@Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER})
@Retention(value=RUNTIME)
@Documented
@Constraint(validatedBy={})
public @interface Past

The annotated element must be a date in the past. Now is defined as the current time according to the virtual machine The calendar used if the compared type is of type Calendar is the calendar based on the current timezone and the current locale.

Supported types are:

null elements are considered valid.

Author:
Emmanuel Bernard

Optional Element Summary
 java.lang.Class<?>[] groups
           
 java.lang.String message
           
 java.lang.Class<? extends Payload>[] payload
           
 

message

public abstract java.lang.String message
Default:
"{javax.validation.constraints.Past.message}"

groups

public abstract java.lang.Class<?>[] groups
Default:
{}

payload

public abstract java.lang.Class<? extends Payload>[] payload
Default:
{}


Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41