Annotation Interface NotEmpty
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER})
@Retention(RUNTIME)
@Constraint(validatedBy=CheckNotEmpty.class)
@Documented
public @interface NotEmpty
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements