We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inject.reference
Currently the documentation for inject.reference is:
Return a reference to another registry key.
Unfortunately, at that point we haven't really defined what a “registry key” is: https://github.com/duolingo/minject/blob/master/docs/dependency_injection.md#storing-instantiated-classes suggests that it is a class, but generally the things we bind with @bind are instances rather than class objects.
@bind
It would be nice to clarify exactly what kind of thing the reference function returns and how that interacts with the other minject functions.
reference
minject
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the documentation for
inject.reference
is:Unfortunately, at that point we haven't really defined what a “registry key” is: https://github.com/duolingo/minject/blob/master/docs/dependency_injection.md#storing-instantiated-classes suggests that it is a class, but generally the things we bind with
@bind
are instances rather than class objects.It would be nice to clarify exactly what kind of thing the
reference
function returns and how that interacts with the otherminject
functions.The text was updated successfully, but these errors were encountered: