FundefFunctionWrapper
class FundefFunctionWrapper<R>(scope: InjectionScope, function: KFunction<R>, qualifiers: Map<String, Qualifier>)
Wrapper class for function definitions (fundefs).
This class is responsible for turning regular function parameters into injections. You should not need to instantiate this class yourself, consider using a variant of putFundef instead.