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 |
long |
value
|
|
Optional Element Summary |
java.lang.String |
message
|
value
public abstract long value
message
public abstract java.lang.String message
- Default:
- "{validator.min}"
Copyright © 2007-2009. All Rights Reserved.