Annotation
    class AnnotationExcluder(    root: KtFile,     excludes: List<Regex>,     context: BindingContext)
Content copied to clipboard
Primary use case for an AnnotationExcluder is to decide if a KtElement should be excluded from further analysis. This is done by checking if a special annotation is present over the element.
Constructors
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                fun AnnotationExcluder(    root: KtFile,     excludes: List<Regex>,     context: BindingContext)
Content copied to clipboard