Skip to content

Commit

Permalink
Add @ApiStatus.Experimental to mutates method
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparky983 committed Jul 2, 2022
1 parent 719763a commit b7118a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion common/src/main/java/org/jetbrains/annotations/Contract.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,7 @@
* <strong>Warning: This annotation parameter is experimental and may be changed or removed without further notice!</strong>
* @return a mutation specifier string
*/
@NonNls String mutates() default "";
@ApiStatus.Experimental
@NonNls
String mutates() default "";
}

0 comments on commit b7118a3

Please sign in to comment.