find All Annotations With
open fun <A : Annotation> findAllAnnotationsWith(annotationType: Class<out A>): List<MetaAnnotatedClass<out A>>(source)
Finds all annotations meta-annotated with annotationType from this executable's function.
The search is breadth-first and considers meta-annotations.