org.javalid.annotations.validation
Annotation Type EmptyOrNotEmptyAllPlural


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@Inherited
public @interface EmptyOrNotEmptyAllPlural

Allows you to specify multiple EmptyOrNotEmptyAll annotation checks.

Since:
1.2
Version:
1.0
Author:
M.Reuvers

Required Element Summary
 EmptyOrNotEmptyAll[] values
          Multiple EmptyOrNotEmptyAll values.
 

Element Detail

values

public abstract EmptyOrNotEmptyAll[] values
Multiple EmptyOrNotEmptyAll values.