5 lines
104 B
Kotlin
Vendored
5 lines
104 B
Kotlin
Vendored
@kotlin.annotation.MustBeDocumented
|
|
annotation class ImportantAnnotation
|
|
|
|
@ImportantAnnotation
|
|
class Foo |