Registry / utility / javax-annotation

javax-annotation

JSON →
library1.3.7-201002241900javamavenunverified

Provides JSR 305 annotations for null-safety and other code quality checks.

<dependency> <groupId>com.kenai.nbpwr</groupId> <artifactId>javax-annotation</artifactId> <version>1.3.7-201002241900</version> </dependency>
INSTALL
IMPORT
SIG · JAVAX-ANNOTATION
J
javax-annotation
utilityjavav1.3.7-201002241900
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
javax.annotation.Nonnull

Annotates a method parameter as non-null.

import javax.annotation.Nonnull; public void process(@Nonnull String input) { // input is guaranteed non-null }
Debug
Known issues
gotchaJSR 305 annotations are not part of the Java standard library and may cause issues with some tools.
fix
Consider using Jakarta Annotations (jakarta.annotation) or JetBrains annotations for better compatibility.
affects: *
Upgrade
Version history
1.3.7-201002241900latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
javax-annotation — mvn dependency:get javax-annotation · libregistry