Registry / utility / org-eclipse-jdt-annotation

org-eclipse-jdt-annotation

JSON →
library2.4.100javamavenunverified

Provides annotations for null analysis in Eclipse JDT, enabling compile-time null safety checks.

<dependency> <groupId>org.eclipse.jdt</groupId> <artifactId>org.eclipse.jdt.annotation</artifactId> <version>2.4.100</version> </dependency>
INSTALL
IMPORT
SIG · ORG-ECLIPSE-JDT-AN
O
org-eclipse-jdt-annotation
utilityjavav2.4.100
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
org.eclipse.jdt.annotation.NonNull

Uses @NonNull annotation to enforce non-null parameter.

import org.eclipse.jdt.annotation.NonNull; public class Example { public void greet(@NonNull String name) { System.out.println("Hello, " + name); } }
Debug
Known issues
gotchaAnnotations are only effective when used with Eclipse JDT compiler or configured IDE.
fix
Ensure your build tool (e.g., Maven) is configured to use Eclipse compiler or add IDE support.
affects: all
Upgrade
Version history
2.4.100latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
org-eclipse-jdt-annotation — mvn dependency:get org-eclipse-jdt-annotation · libregistry