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