find Annotation
open fun <A : Annotation> findAnnotation(annotationType: Class<out A>): <Error class: unknown class>(source)
Finds a single annotation of type annotationType from this executable's function.
The search is breadth-first and considers meta-annotations.