findAnnotation
fun <reified T : Annotation> KAnnotatedElement.findAnnotation(): T?
Returns an annotation of the given type on this element.
fun <reified T : Annotation> KAnnotatedElement.findAnnotation(): T?
Returns an annotation of the given type on this element.