c6c1673902
Blacklist some common-used Java and Kotlin annotations instead (like Deprecated, Nullable or Metadata). (cherry picked from commit 6856a7c)
10 lines
107 B
Kotlin
Vendored
10 lines
107 B
Kotlin
Vendored
annotation class Anno
|
|
|
|
@Anno
|
|
@Deprecated("")
|
|
class Depr
|
|
|
|
class NoDepr
|
|
|
|
@java.lang.Deprecated
|
|
class JavaDepr |