AnnotationExcluder

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


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

Deprecated

Use AnnotationExcluder(List<Regex>, KtFile) instead