238340a143
(cherry picked from commit 1677984)
9 lines
333 B
Plaintext
Vendored
9 lines
333 B
Plaintext
Vendored
@kotlin.annotation.Repeatable
|
|
@kotlin.Deprecated(message = "")
|
|
@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 {
|
|
|
|
} |