javax.validation.constraints
Annotation Type Min


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

The annotated element must be a number whose value must be higher or equal to the specified minimum.

Supported types are:

Note that double and float are not supported due to rounding errors (some providers might provide some approximative support)

null elements are considered valid

Author:
Emmanuel Bernard

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

Element Detail

value

public abstract long value
Returns:
value the element must be higher or equal to

message

public abstract java.lang.String message
Default:
"{javax.validation.constraints.Min.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

Scripting on this page tracks web page traffic, but does not change the content in any way.