mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
14 lines
450 B
Plaintext
Vendored
14 lines
450 B
Plaintext
Vendored
@kotlin.annotation.Retention
|
|
@java.lang.annotation.Retention
|
|
public annotation class Simple {
|
|
public abstract method value(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class SimpleValAnnotationKt {
|
|
private final static field foo: int
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
private synthetic deprecated static @Simple method foo$annotations(): void
|
|
public final static method getFoo(): int
|
|
}
|