Assisted

annotation class Assisted(val value: String = "")(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.

Properties

Link copied to clipboard