with All Annotations Named
fun <T : KoAnnotationProvider> List<T>.withAllAnnotationsNamed(name: String, vararg names: String): List<T>
List containing declarations that have all specified annotations.
Return
A list containing declarations with all specified annotation(s).
Parameters
name
The name of the annotation to include.
names
The name(s) of the annotation(s) to include.
List containing declarations that have all specified annotations.
Return
A list containing declarations with all specified annotation(s).
Parameters
names
The name(s) of the annotation(s) to include.