Annotation Interface NotStartOrEndWithSpace
@Constraint(validatedBy=NotStartOrEndWithSpaceValidator.class)
@Retention(RUNTIME)
@Target({FIELD,TYPE_USE})
public @interface NotStartOrEndWithSpace
The annotated element must not start or end with a whitespace. Accepts only string.
-
Optional Element Summary
Optional Elements