Skip to content

Commit 92a187b

Browse files
committed
Remove experimental status from @NotNullByDefault
1 parent da40a75 commit 92a187b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/jvmMain/java/org/jetbrains/annotations/NotNullByDefault.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,5 @@
4444
@Documented
4545
@Retention(RetentionPolicy.CLASS)
4646
@Target({ElementType.TYPE, ElementType.PACKAGE})
47-
@ApiStatus.Experimental
4847
public @interface NotNullByDefault {
4948
}

0 commit comments

Comments
 (0)