findAllAnnotations

open fun <A : Annotation> findAllAnnotations(annotationType: Class<out A>, directOverrides: Boolean): <Error class: unknown class>(source)

Finds all annotations of type annotationType 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