findAllAnnotations

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

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

The annotations are not in any specific order, this considers meta-annotations.

@Repeatable is supported.

Parameters

directOverrides

Whether a direct annotation should override meta-annotations of the same type