Annotation Interface NotNullOrEmptyArray
@Target(FIELD)
@Retention(RUNTIME)
@Constraint(validatedBy=NotNullOrEmptyArrayValidator.class)
public @interface NotNullOrEmptyArray
This class is used to define a validator annotation
the given field should be
- not null
- an array
- a non empty object in each index
-
Optional Element Summary
Optional Elements