mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
14 lines
368 B
Plaintext
Vendored
14 lines
368 B
Plaintext
Vendored
@StringHolder
|
|
@kotlin.jvm.JvmName
|
|
public final class FileClass {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
@kotlin.annotation.Target
|
|
@kotlin.annotation.Retention
|
|
@java.lang.annotation.Retention
|
|
@java.lang.annotation.Target
|
|
public annotation class StringHolder {
|
|
public abstract method value(): java.lang.String
|
|
}
|