@Documented @Repeatable(value: UuidFormatConstraintList) @Target(value: [FIELD, METHOD, PARAMETER, TYPE_USE, ANNOTATION_TYPE]) @Retention(value: RUNTIME) @jakarta.validation.Constraint(validatedBy: []) @interface UuidFormatConstraint
The annotated element must be well-formed UUID string.
Accepts onlyString
types. Message interpolation key is org.klokwrk.lib.lo.validation.constraint.UuidFormatConstraint.message
.