NoUnusedCheck

class NoUnusedCheck(ignoredValues: Set<Identifier<*>>) : TegralDiCheck

Checks that all the components within modules are injected somewhere, except for the specified in the set passed as a parameter.

Constructors

Link copied to clipboard
fun NoUnusedCheck(ignoredValues: Set<Identifier<*>>)

Functions

Link copied to clipboard
open override fun check(modules: List<InjectableModule>)

Run this check on the given list of modules.