9 lines
172 B
Kotlin
Vendored
9 lines
172 B
Kotlin
Vendored
import java.lang.annotation.Retention
|
|
import java.lang.annotation.RetentionPolicy
|
|
|
|
Ann class MyClass
|
|
|
|
Retention(RetentionPolicy.RUNTIME)
|
|
annotation class Ann
|
|
|
|
// 1 @LAnn;() |