getAnnotationsOfType

inline fun <A : Annotation> KSAnnotated.getAnnotationsOfType(): Sequence<A>(source)

Returns all KSAnnotations from A.

See also

getAnnotationsByType