Files
kotlin-fork/plugins/annotation-processing/testData/kotlinWrappers/metaAnnotations.txt
T
Yan Zhulanow 927280f7ce Kapt: add some JeElement tests
(cherry picked from commit 948a4b6)
2016-08-29 16:31:16 +03:00

9 lines
319 B
Plaintext
Vendored

@kotlin.annotation.Repeatable
@kotlin.Deprecated
@kotlin.annotation.Retention(value = RUNTIME)
@kotlin.annotation.Target(allowedTargets = { CLASS, CONSTRUCTOR, EXPRESSION })
@java.lang.annotation.Retention(value = RUNTIME)
@java.lang.annotation.Target(value = { TYPE, CONSTRUCTOR })
public abstract @interface Anno {
}