This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!DOCTYPE html>
<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>Nullsafe (infer.Nullsafe)</title><linkrel="stylesheet"href="../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc 1.5.1"/><metaname="viewport"content="width=device-width,initial-scale=1.0"/><scriptsrc="../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><divclass="content"><header><nav><ahref="index.html">Up</a>–<ahref="index.html">infer</a>» Nullsafe</nav><h1id="nullsafe-@nullable-checker"><ahref="#nullsafe-@nullable-checker"class="anchor"></a>Nullsafe <code>@Nullable</code> Checker</h1><p>Nullsafe (also called Eradicate) is a type checker for <code>@Nullable</code> annotations in Java. The goal is to eradicate null pointer exceptions. See the online docs at <ahref="http://fbinfer.com/docs/eradicate">http://fbinfer.com/docs/eradicate</a>.</p><p>All modules: <ahref="Nullsafe/index.html"><code>Nullsafe</code></a>.</p></header></div></body></html>