NotBlank
constraint of the Bean Validation API 2.x instead@Retention(value=RUNTIME) @Target(value=FIELD) @Documented @Deprecated public @interface NotBlank
null
nor empty (""
),
trimming spaces.
Supported data types: CharSequence
.
public abstract String message
Copyright © 2019 The Holon Platform. All rights reserved.