with Annotation Named
fun <T : KoAnnotationProvider> List<T>.withAnnotationNamed(name: String, vararg names: String): List<T>
List containing declarations that have at least one annotation with the specified name(s).
Return
A list containing declarations with at least one of the specified annotation(s).
Parameters
name
The name of the annotation to include.
names
The names of additional annotations to include.
List containing declarations that have at least one annotation with the specified name(s).
Return
A list containing declarations with at least one of the specified annotation(s).
Parameters
names
The names of additional annotations to include.