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