mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
5 lines
216 B
Plaintext
5 lines
216 B
Plaintext
// "Replace annotation with kotlin.annotation.Retention" "true"
|
|
|
|
@<caret>Retention(AnnotationRetention.SOURCE)
|
|
annotation class Foo
|
|
// FUS_QUICKFIX_NAME: org.jetbrains.kotlin.idea.quickfix.DeprecatedJavaAnnotationFix |