Package org.apache.bval.constraints
Annotation Type NotEmpty
-
@Documented @Constraint(validatedBy={}) @Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE}) @Retention(RUNTIME) @NotEmpty @Deprecated public @interface NotEmpty
Deprecated.This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality.
-
-
Element Detail
-
groups
Class<?>[] groups
Deprecated.- Default:
- {}
-
-
-
message
@OverridesAttribute(constraint=jakarta.validation.constraints.NotEmpty.class, name="message") String message
Deprecated.- Default:
- "{org.apache.bval.constraints.NotEmpty.message}"
-
-
-
payload
Class<? extends jakarta.validation.Payload>[] payload
Deprecated.- Default:
- {}
-
-