Save This Page
Home » hibernate-validator-src-20081106 » javax.validation.constraints » [javadoc | source]
javax.validation.constraints
public class: Min [javadoc | source]
javax.validation.constraints.Min
The annotated element must be a number whose value must be greater or equal than the specificed minimum

Supported types are:

null elements are considered valid

Method from javax.validation.constraints.Min Summary:
groups,   message,   value
Method from javax.validation.constraints.Min Detail:
 String[] groups() 
 String message() 
 long value()