detekt-api
1.23.0-RC1
jvm
detekt-api
/
io.gitlab.arturbosch.detekt.api
/
AnnotationExcluder
/
AnnotationExcluder
Annotation
Excluder
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