Package io.avaje.validation.constraints
Annotation Interface NotNull
@Documented
@Target({METHOD,FIELD,ANNOTATION_TYPE,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
public @interface NotNull
The annotated element must not be
null. Accepts any type.- Author:
- Emmanuel Bernard
-
Optional Element Summary
Optional Elements