KT-27445: Add QuickFix for DEPRECATED_JAVA_ANNOTATION compiler warning

This commit is contained in:
Matthew Runo
2018-10-17 15:06:56 -07:00
committed by Mikhail Glukhikh
parent 570c770d58
commit 374eec04d4
8 changed files with 127 additions and 0 deletions
@@ -0,0 +1,6 @@
// "Replace annotation with kotlin.annotation.MustBeDocumented" "true"
import java.lang.annotation.Documented
@Documented<caret>
annotation class Foo