JetBrains / java-annotations

Annotations for JVM-based languages.
Apache License 2.0
404 stars 47 forks source link

Is it vaild for Kotlin? #28

Closed iseki0 closed 4 years ago

iseki0 commented 4 years ago

I use @RegExp as the following pattern. But looks it not working.

fun f(@RegExp r: String){}
iseki0 commented 4 years ago

Problem resolved. Use @Language("RegExp") instead. But is it a bug? Thank you

amaembo commented 4 years ago

Probably this should be reported to Kotlin plugin issue tracker.