Package io.avaje.validation.constraints
Annotation Interface Constraint
Marks an annotation as a Constraint class. Only annotations marked with Constraint are composable
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanDetermines if the constraint can validate primitives without boxing
-
Element Details
-
unboxPrimitives
boolean unboxPrimitivesDetermines if the constraint can validate primitives without boxing- Default:
false
-