blob: 848c8c004e0e30b0f4e707dafb39313511e8dad1 [file] [log] [blame]
<html>
<body>
Converts a variable read access where the variable is first checked for <b>null</b> using either a @NonNull annotation,
an <b>if</b> statement which throws an exception or an <b>assert</b> statement to an expression using a call to
<b>java.util.Objects.requireNonNull()</b>.
</body>
</html>