getQualifiers

fun getQualifiers(vararg elements: KAnnotatedElement?): Set<Annotation>

Returns the set of qualifying annotations on the given Kotlin elements.

Return

the set of qualifying annotations on the given elements.

Parameters

elements

the annotated element. Null elements are ignored.