RequiresTypeResolution

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

Annotated 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.