Skip to content

Commit

Permalink
Merge pull request #72 from Sparky983/master
Browse files Browse the repository at this point in the history
Add `@ApiStatus.Experimental` to mutates method
  • Loading branch information
amaembo committed Jul 4, 2022
2 parents 719763a + b7118a3 commit d438b11
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
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 d438b11

Please sign in to comment.