Converts a variable read access where the variable is first checked for
null
using either a @NonNull annotation, an
if
statement which throws an exception or an
assert
statement to an expression using a call to
java.util.Objects.requireNonNull()
.