getAnnotationsByType

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

Returns all KSAnnotations from A.

See also

getAnnotationsByType