Skip to content

Commit 5da8dac

Browse files
committed
Graduate CheckReturnValue annotation (#94)
1 parent ac4b67f commit 5da8dac

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
===
33

4+
Version 24.1.0
5+
---
6+
* `@CheckReturnValue` is not experimental anymore.
7+
48
Version 24.0.1
59
---
610
* Added `@Documented` annotation where it would be useful.

Diff for: common/src/main/java/org/jetbrains/annotations/CheckReturnValue.java

-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@
3030
*/
3131
@Documented
3232
@Target({ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.TYPE, ElementType.PACKAGE})
33-
@ApiStatus.Experimental
3433
public @interface CheckReturnValue {
3534
}

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# limitations under the License.
1515
#
1616

17-
projectVersion=24.0.1
17+
projectVersion=24.1.0
1818
#JDK_5=<path-to-older-java-version>

0 commit comments

Comments
 (0)