withAllAnnotationsOf

fun <T : KoAnnotationProvider> List<T>.withAllAnnotationsOf(kClass: KClass<*>, vararg kClasses: KClass<*>): List<T>

List containing declarations that have all annotations of the specified KClass type.

Return

A list containing declarations that have all annotations of the specified KClass type.

Parameters

kClass

The Kotlin class representing annotation to include.

kClasses

The Kotlin classes representing annotations to include.


List containing declarations that have all annotations of the specified KClass type.

Return

A list containing declarations that have all annotations of the specified KClass type.

Parameters

kClasses

The Kotlin classes representing annotations to include.