AnnotationExcluder

fun AnnotationExcluder(root: KtFile, excludes: List<Regex>, context: BindingContext)


fun AnnotationExcluder(root: KtFile, excludes: SplitPattern)
fun AnnotationExcluder(root: KtFile, excludes: List<String>)

Deprecated

Use AnnotationExcluder(List<Regex>, KtFile) instead