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>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Uses @NonNull annotation to enforce non-null parameter.
Ensure your build tool (e.g., Maven) is configured to use Eclipse compiler or add IDE support.
No dependency data recorded yet.