RequiresTypeResolution

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class RequiresTypeResolution

Annotated io.gitlab.arturbosch.detekt.api.Rule requires type resolution to work.

The detekt core will honor this annotation and it will not run any rule with this annotation if the bindingContext is empty.

Constructors

Link copied to clipboard
fun RequiresTypeResolution()