mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 15:54:03 +00:00
6 lines
232 B
Plaintext
6 lines
232 B
Plaintext
// +JDK
|
|
import java.lang.annotation.*
|
|
|
|
annotation [java.lang.annotation.Retention(RetentionPolicy.CLASS)] class my
|
|
annotation Retention(RetentionPolicy.RUNTIME) Target(ElementType.ANNOTATION_TYPE, ElementType.CONSTRUCTOR) class my1
|