org.javalid.annotations.validation
Annotation Type NotEmptyAllPlural


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

Allows you to specify multiple NotEmptyAll annotation checks.

Since:
1.2
Version:
1.0
Author:
M.Reuvers

Required Element Summary
 NotEmptyAll[] values
          Specify multiple NotEmptyAll values here.
 

Element Detail

values

public abstract NotEmptyAll[] values
Specify multiple NotEmptyAll values here.