findAllAnnotationsWith

open fun <A : Annotation> findAllAnnotationsWith(annotationType: Class<out A>): <Error class: unknown class>(source)

Finds all annotations meta-annotated with annotationType from this executable's function.

The search is breadth-first and considers meta-annotations.