Package io.smallrye.common.constraint
Annotation Interface NotNull
@Retention(CLASS)
@Target({FIELD,LOCAL_VARIABLE,METHOD,PARAMETER})
@Documented
public @interface NotNull
An advisory annotation indicating that the given variable, method, or parameter is not nullable.