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
-