Skip to content

Commit ca65416

Browse files
committed
Cleanup after merge
1 parent c6cf75b commit ca65416

File tree

3 files changed

+5
-31
lines changed

3 files changed

+5
-31
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
Changelog
22
===
33

4+
Version 26.0.0
5+
---
6+
* Added new experimental annotation: `@NotNullByDefault`
7+
48
Version 25.0.0
59
---
610
* Added Kotlin Multiplatform artifact (multiplatform-annotations).
711
* Removed Java 5 artifact.
8-
* Added new annotation: `@NotNullByDefault`
912

1013
Version 24.1.0
1114
---

multiplatform-annotations/src/commonMain/kotlin/org/jetbrains/annotations/NotNullByDefault.kt

Lines changed: 0 additions & 30 deletions
This file was deleted.

java-annotations/src/main/java/org/jetbrains/annotations/NotNullByDefault.java renamed to src/jvmMain/java/org/jetbrains/annotations/NotNullByDefault.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@
2727
@Documented
2828
@Retention(RetentionPolicy.CLASS)
2929
@Target({ElementType.TYPE, ElementType.PACKAGE})
30+
@ApiStatus.Experimental
3031
public @interface NotNullByDefault {
3132
}

0 commit comments

Comments
 (0)