You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
1013 B

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Nullsafe (infer.Nullsafe)</title><link rel="stylesheet" href="../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.1"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="index.html">Up</a> <a href="index.html">infer</a> &#x00BB; Nullsafe</nav><h1 id="nullsafe-@nullable-checker"><a href="#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 <a href="http://fbinfer.com/docs/eradicate">http://fbinfer.com/docs/eradicate</a>.</p><p>All modules: <a href="Nullsafe/index.html"><code>Nullsafe</code></a>.</p></header></div></body></html>