Changelog
February 18, 2026 ยท View on GitHub
Version 26.1.0
@NotNullByDefaultis not experimental anymore.
Version 26.0.2-1
- A technical release using the new Sonatype publication mechanism, see https://central.sonatype.org/publish/publish-portal-guide/
Version 26.0.2
- Fixed missing klibs for apple artifacts.
Version 26.0.1
- Fixed sources.jar build (regression after 25.0.0)
Version 26.0.0
- Added new experimental annotation:
@NotNullByDefault
Version 25.0.0
- Added Kotlin Multiplatform artifact (multiplatform-annotations).
- Removed Java 5 artifact.
Version 24.1.0
@CheckReturnValueis not experimental anymore.
Version 24.0.1
- Added
@Documentedannotation where it would be useful.
Version 24.0.0
- Added new annotation:
@CheckReturnValue.
Version 23.1.0
- Added new annotation:
@ApiStatus.Obsolete.
Version 23.0.0
- Added new annotations:
@BlockingExecutorand@NonBlockingExecutor.
Version 22.0.0
- Added new annotations:
@Blockingand@NonBlocking.
Version 21.0.1
- Multi-Release Jar: Manifest fixed
Version 21.0.0
- Added new annotation:
@UnknownNullability. - Proper JPMS module.
JdkConstantsdeprecated.
Version 20.1.0
- Added
TYPE_USEtarget forPropertyKeyannotation.
Version 20.0.0
- Added new annotation:
@MustBeInvokedByOverriders. - Added new annotation:
@VisibleForTesting. - Added
TYPE_USEtarget forNonNlsannotation. - String attributes of annotations are marked as
@NonNlswhere applicable. - Documentation for
@Nlsand@NonNlsupdated: now they could be used as meta-annotations. - Documentation added for
@Substannotation.
Version 19.0.0
- Added new annotations:
@Unmodifiableand@UnmodifiableView. - Added
TYPE_USEtarget forNlsannotation. - Improved the documentation for
@Language,@Pattern,@RegExp, and@ApiStatus.Internalannotations. - Fixed
Automatic-Module-Namefor Java 5.
Version 18.0.0
- Added new annotation family
@ApiStatus.* - Added new annotation
@Debug.Renderer
Version 17.0.0
- Added new annotation:
@Range
Version 16.0.3
- Added
Automatic-Module-Nameto MANIFEST.MF
Version 16.0.2
- Improved the documentation for the
@Contractannotation.