Xabier Gorostidi
03/08/2017, 12:56 PMannotation class CustomAnnotation(val value: KClass<*>) and I wanna get the value of that annotation. I get the annotation itself with javaClass.kotlin.annotations.first() but no idea how to get the value MyClass from @CustomAnnotation(MyClass::class)