mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
10 lines
254 B
Plaintext
Vendored
10 lines
254 B
Plaintext
Vendored
@java.lang.annotation.Retention
|
|
public annotation class Anno {
|
|
public abstract method klasses(): java.lang.Class[]
|
|
}
|
|
|
|
|
|
public final class ArrayOfKClassesKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|