named

Decorates the dependency resolver with a qualified name for the expected type.

Useful with delegation when used like: val connection by dependencies.named("postgres")

Report a problem