detekt-api
1.22.0-RC2
detekt-api
/
io.gitlab.arturbosch.detekt.api
/
AnnotationExcluder
/
AnnotationExcluder
Annotation
Excluder
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