A set of annotations for code inspection support and documentation, compatible with Java 5.
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations-java5</artifactId>
<version>24.1.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use @NotNull to indicate a parameter should never be null.
Add @Retention(RetentionPolicy.RUNTIME) to custom annotations or rely on compile-time checks.
No dependency data recorded yet.