4 lines
134 B
Kotlin
Vendored
4 lines
134 B
Kotlin
Vendored
@kotlin.annotation.MustBeDocumented
|
|
annotation class ImportantAnnotation
|
|
|
|
class Foo(@param:ImportantAnnotation val myPrameter: String) |