@Documented @Repeatable(value: TrimmedStringConstraintList) @Target(value: [FIELD, METHOD, PARAMETER, TYPE_USE, ANNOTATION_TYPE]) @Retention(value: RUNTIME) @jakarta.validation.Constraint(validatedBy: []) @interface TrimmedStringConstraint
The annotated element must be a string without any spaces in front or at the end.
Accepts onlyString
types.
Default message interpolation key is org.klokwrk.lib.lo.validation.constraint.NotBlankWhenNullableConstraint.message
.