Annotation Interface NotEmpty
@Target(FIELD)
@Retention(RUNTIME)
@Constraint(validatedBy=NotEmptyValidator.class)
@Documented
public @interface NotEmpty
The annotated element must not be empty or
null. Supported type is String. null
elements are considered invalid.-
Optional Element Summary
Optional Elements