Assisted

annotation class Assisted(source)

Annotates an assisted parameter in an injected class or function. An assisted parameter is one that is supplied at instantiation-time rather than from the dependency graph.

See also

Inject's kdoc for full documentation on assisted injection with examples.