org.hibernate.validator
Annotation Type Min


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

min restriction on a numeric annotated elemnt (or the string representation of a numeric)

Author:
Gavin King

Required Element Summary
 int value
           
 
Optional Element Summary
 String message
           
 

Element Detail

value

public abstract int value

message

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