927280f7ce
(cherry picked from commit 948a4b6)
9 lines
319 B
Plaintext
Vendored
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 {
|
|
|
|
} |