mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
22 lines
446 B
Plaintext
Vendored
22 lines
446 B
Plaintext
Vendored
@kotlin.annotation.Retention
|
|
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class BinaryAnno
|
|
|
|
@kotlin.annotation.Retention
|
|
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class RuntimeAnno
|
|
|
|
@kotlin.annotation.Retention
|
|
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class SourceAnno
|
|
|
|
@RuntimeAnno
|
|
@kotlin.Metadata
|
|
@BinaryAnno
|
|
public final class Test {
|
|
public method <init>(): void
|
|
}
|