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
From pier@usrz.com on May 25, 2014 03:20:53
Can @ProvidedBy require a javax.inject.Provider instead of a com.google.inject one?
@
Given that the latter extends the former, all code should work (theoretically)...
Attachment: gist ProvidedBy.java
Original issue: http://code.google.com/p/google-guice/issues/detail?id=808
The text was updated successfully, but these errors were encountered:
Make @ProvidedBy take a javax.inject.Provider.
f39b444
Fixes google/guice#808.
8850804
Successfully merging a pull request may close this issue.
From pier@usrz.com on May 25, 2014 03:20:53
Can
@
ProvidedBy require a javax.inject.Provider instead of a com.google.inject one?Given that the latter extends the former, all code should work (theoretically)...
Attachment: gist
ProvidedBy.java
Original issue: http://code.google.com/p/google-guice/issues/detail?id=808
The text was updated successfully, but these errors were encountered: