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