mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
7 lines
342 B
HTML
7 lines
342 B
HTML
<html>
|
|
<body>
|
|
Converts a variable read access where the variable is first checked for <code>null</code> using either a <code>@NonNull</code> annotation,
|
|
an <code>if</code> statement which throws an exception, or an <code>assert</code> statement to an expression using a call to
|
|
<code>java.util.Objects.requireNonNull()</code>.
|
|
</body>
|
|
</html> |