without Annotation
fun <T : KoAnnotationProvider> List<T>.withoutAnnotation(predicate: (KoAnnotationDeclaration) -> Boolean): List<T>
List containing declarations that not have annotation satisfying the provided predicate.
Return
A list containing declarations without annotation satisfying the provided predicate.
Parameters
predicate
A function that defines the condition to be met by an annotation declaration.