Registry / utility / findbugs-annotations

findbugs-annotations

JSON →
library1.0-1javamavenunverified

A clean room implementation of the Findbugs Annotations based on the specification.

<dependency> <groupId>com.github.stephenc.findbugs</groupId> <artifactId>findbugs-annotations</artifactId> <version>1.0-1</version> </dependency>
INSTALL
IMPORT
SIG · FINDBUGS-ANNOTATIO
F
findbugs-annotations
utilityjavav1.0-1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

NonNull
edu.umd.cs.findbugs.annotations.NonNull

Use @NonNull annotation to indicate a parameter cannot be null.

public void process(@NonNull String input) { // input is guaranteed non-null }
Debug
Known issues
gotchaFindBugs is superseded by SpotBugs; consider migrating to spotbugs-annotations.
fix
Replace with com.github.spotbugs:spotbugs-annotations.
affects: *
Upgrade
Version history
1.0-1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
findbugs-annotations — mvn dependency:get findbugs-annotations · libregistry