find All Annotations
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
direct Overrides
Whether a direct annotation should override meta-annotations of the same type