findAllAnnotations

inline fun <A : Annotation> Executable.findAllAnnotations(rootOverride: Boolean = true): List<A>(source)

Finds all annotations of type A from this executable's function.

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

@Repeatable is supported.

Parameters

rootOverride

Whether a direct annotation on this element overrides all meta-annotations