without Annotations
List containing declarations with no annotation.
Return
A list containing declarations with no annotation.
fun <T : KoAnnotationProvider> List<T>.withoutAnnotations(predicate: (List<KoAnnotationDeclaration>) -> Boolean): List<T>
List containing declarations without annotation declarations satisfying the predicate.
Return
A list containing declarations without annotation declarations satisfying the predicate.
Parameters
predicate
A function that defines the condition to be met by the list of annotation declarations.