Skip to content

Commit b7118a3

Browse files
committed
Add @ApiStatus.Experimental to mutates method
1 parent 719763a commit b7118a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

common/src/main/java/org/jetbrains/annotations/Contract.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,7 @@
101101
* <strong>Warning: This annotation parameter is experimental and may be changed or removed without further notice!</strong>
102102
* @return a mutation specifier string
103103
*/
104-
@NonNls String mutates() default "";
104+
@ApiStatus.Experimental
105+
@NonNls
106+
String mutates() default "";
105107
}

0 commit comments

Comments
 (0)