LS
Size: a a a
LS
I
LS
(
AD
LS
LS
AN
LS
AN
LS
AN
LS
(
class Hehmda {
@SomeAnnotationFromJava
fun mdaheh() {}
}
val m = Hehmda::class.java.getMethod("mdaheh")
m.annotations.first().javaClass.simpleName() // $Proxy1
m.annotations.first().annotationClass.simpleName() // SomeAnnotationFromJava
AN
class Hehmda {
@SomeAnnotationFromJava
fun mdaheh() {}
}
val m = Hehmda::class.java.getMethod("mdaheh")
m.annotations.first().javaClass.simpleName() // $Proxy1
m.annotations.first().annotationClass.simpleName() // SomeAnnotationFromJava
AN
AN
(
I
AM
Class
такой странный simpleName-то?