Releases: JetBrains/java-annotations
Releases Β· JetBrains/java-annotations
26.0.1
- Fixed sources.jar build (regression after 25.0.0)
26.0.0
- Added new experimental annotation:
@NotNullByDefault
25.0.0
- Added Kotlin Multiplatform artifact (multiplatform-annotations).
- Removed Java 5 artifact.
24.1.0
@CheckReturnValue
is not experimental anymore.
24.0.1
- Added
@Documented
annotation where it would be useful.
24.0.0
- Added new annotation:
@CheckReturnValue
23.1.0
- Added new annotation:
@ApiStatus.Obsolete
23.0.0
- Added new annotations:
@BlockingExecutor
and @NonBlockingExecutor
.
22.0.0
- Added new annotations:
@Blocking
and @NonBlocking
.
21.0.1
- Multi-Release Jar: Manifest fixed