Package org.hibernate.validator.cfg.defs
Class MinDef
- java.lang.Object
-
- org.hibernate.validator.cfg.AnnotationDef<C,A>
-
- org.hibernate.validator.cfg.ConstraintDef<MinDef,Min>
-
- org.hibernate.validator.cfg.defs.MinDef
-
public class MinDef extends ConstraintDef<MinDef,Min>
- Author:
- Hardy Ferentschik
-
-
Constructor Summary
Constructors Constructor Description MinDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MinDefvalue(long min)-
Methods inherited from class org.hibernate.validator.cfg.ConstraintDef
groups, message, payload
-
Methods inherited from class org.hibernate.validator.cfg.AnnotationDef
addAnnotationAsParameter, addParameter, toString
-
-
-
-
Method Detail
-
value
public MinDef value(long min)
-
-