Enhances Java's type system to detect and prevent errors via compiler plug-ins.
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker</artifactId>
<version>4.0.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use @Nullable annotation to prevent null pointer errors
Add the Checker Framework as a Maven annotation processor or use the provided Maven plugin.
No dependency data recorded yet.