@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Constraint(validatedBy=NotContainWhitespaceValidator.class)
@Documented
@Repeatable(List.class)
public @interface NotContainWhitespace
Copyright © 2018. All rights reserved.