Package org.hibernate.validator.cfg.defs
Class MaxDef
- java.lang.Object
-
- org.hibernate.validator.cfg.AnnotationDef<C,A>
-
- org.hibernate.validator.cfg.ConstraintDef<MaxDef,Max>
-
- org.hibernate.validator.cfg.defs.MaxDef
-
public class MaxDef extends ConstraintDef<MaxDef,Max>
- Author:
- Hardy Ferentschik
-
-
Constructor Summary
Constructors Constructor Description MaxDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MaxDefvalue(long max)-
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 MaxDef value(long max)
-
-