@Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(value=RUNTIME) @Documented @Constraint(validatedBy=NotBlankHandler.class) public @interface NotBlank
The annotated element must not be blank string. Accepts any type.
Copyright © 2014–2017 ActFramework. All rights reserved.