mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
12 lines
347 B
Plaintext
Vendored
12 lines
347 B
Plaintext
Vendored
@kotlin.annotation.Retention
|
|
@java.lang.annotation.Retention
|
|
public annotation class Simple {
|
|
public abstract method value(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class SimpleParamAnnotationKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static method test(@Simple p0: int): void
|
|
}
|