AN
Нет планов свои курсы сделать?
Size: a a a
AN
AZ
AN
ПГ

A
PE
AL
A
D
AG
(
class Hehmda {
@SomeAnnotationFromJava
fun mdaheh() {}
}
val m = Hehmda::class.java.getMethod("mdaheh")
m.annotations.first().javaClass.simpleName() // $Proxy1
m.annotations.first().annotationClass.simpleName() // SomeAnnotationFromJavaAN
VP
class Hehmda {
@SomeAnnotationFromJava
fun mdaheh() {}
}
val m = Hehmda::class.java.getMethod("mdaheh")
m.annotations.first().javaClass.simpleName() // $Proxy1
m.annotations.first().annotationClass.simpleName() // SomeAnnotationFromJavaAM
AN
AG
AN