kotlin-stdlib / kotlin.reflect.full / findAnnotation findAnnotation JVM 1.1 fun <reified T : Annotation> KAnnotatedElement.findAnnotation(): T?(source) Returns an annotation of the given type on this element.