Skip to content

Releases: JetBrains/java-annotations

24.1.0

01 Mar 15:42
Compare
Choose a tag to compare
  • @CheckReturnValue is not experimental anymore.

24.0.1

06 Mar 08:32
784429a
Compare
Choose a tag to compare
  • Added @Documented annotation where it would be useful.

24.0.0

12 Jan 10:33
503d198
Compare
Choose a tag to compare
  • Added new annotation: @CheckReturnValue

23.1.0

08 Dec 17:19
Compare
Choose a tag to compare
  • Added new annotation: @ApiStatus.Obsolete

23.0.0

10 Nov 10:11
Compare
Choose a tag to compare
  • Added new annotations: @BlockingExecutor and @NonBlockingExecutor.

22.0.0

12 Aug 10:01
a8de8a8
Compare
Choose a tag to compare
  • Added new annotations: @Blocking and @NonBlocking.

21.0.1

25 May 10:53
Compare
Choose a tag to compare
  • Multi-Release Jar: Manifest fixed

21.0.0

21 May 03:35
Compare
Choose a tag to compare
  • Added new annotation: @UnknownNullability.
  • Proper JPMS module.

20.1.0

08 Sep 07:34
Compare
Choose a tag to compare
  • Added TYPE_USE target for PropertyKey annotation.

20.0.0

08 Sep 07:34
Compare
Choose a tag to compare
  • Added new annotation: @MustBeInvokedByOverriders.
  • Added new annotation: @VisibleForTesting.
  • Added TYPE_USE target for NonNls annotation.
  • String attributes of annotations are marked as @NonNls where applicable.
  • Documentation for @Nls and @NonNls updated: now they could be used as meta-annotations.
  • Documentation added for @Subst annotation.