without Annotation Named
fun <T : KoAnnotationProvider> List<T>.withoutAnnotationNamed(name: String, vararg names: String): List<T>
List containing declarations without any of specified annotations.
Return
A list containing declarations without any of specified annotations.
Parameters
name
The name of the annotation to exclude.
names
The names of additional annotations to exclude.
List containing declarations without any of specified annotations.
Return
A list containing declarations without any of specified annotations.
Parameters
names
The names of additional annotations to exclude.