A set of annotations used for code inspection support and code documentation, such as @Nullable and @NotNull.
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>26.1.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Using @NotNull annotation to enforce non-null parameter.
No known issues recorded.
No dependency data recorded yet.