Registry / build-tool / error-prone-annotation

error-prone-annotation

JSON →
library2.50.0javamavenunverified

Annotations for Error Prone, a static analysis tool that catches common Java programming mistakes at compile-time.

<dependency> <groupId>com.google.errorprone</groupId> <artifactId>error_prone_annotation</artifactId> <version>2.50.0</version> </dependency>
INSTALL
IMPORT
SIG · ERROR-PRONE-ANNOTA
E
error-prone-annotation
build-tooljavav2.50.0
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.

CheckReturnValue
✓ com.google.errorprone.annotations.CheckReturnValue

Minimal usage of Error Prone annotation.

import com.google.errorprone.annotations.CheckReturnValue; public class Example { @CheckReturnValue public int compute() { return 42; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.50.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
error-prone-annotation — mvn dependency:get error-prone-annotation · libregistry