mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
8 lines
256 B
Kotlin
Vendored
8 lines
256 B
Kotlin
Vendored
import java.lang.annotation.*
|
|
|
|
@java.lang.annotation.Retention(RetentionPolicy.CLASS)
|
|
annotation class my
|
|
|
|
Retention(RetentionPolicy.RUNTIME)
|
|
<!DEPRECATED_JAVA_ANNOTATION!>Target(ElementType.ANNOTATION_TYPE, ElementType.CONSTRUCTOR)<!>
|
|
annotation class my1 |