JSR305 Annotations for Findbugs provides annotations like @Nullable and @Nonnull for static analysis tools.
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Using @Nullable to indicate a parameter can be null.
Consider using org.jspecify:jspecify or jakarta.annotation:jakarta.annotation-api for modern alternatives.
No dependency data recorded yet.