Checker Qual is the set of annotations and supporting classes used by the Checker Framework for type checking Java source code.
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-compat-qual</artifactId>
<version>2.5.6</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Using the @Nullable annotation from Checker Framework.
Replace dependency with org.checkerframework:checker-qual.
No dependency data recorded yet.