From [email protected] on April 11, 2012 19:18:52
See the attached test case, it fails with
- Explicit bindings are required and com.google.apps.framework.producers.GuicePocTest$A is not explicitly bound.
while locating com.google.apps.framework.producers.GuicePocTest$A
for parameter 0 at com.google.apps.framework.producers.GuicePocTest$BImpl.<init>(GuicePocTest.java:17)
at com.google.apps.framework.producers.GuicePocTest$1.configure(GuicePocTest.java:25)
When reversing the binding order (first A, then B), it passes.
Attachment: gist
GuicePocTest.java
Original issue: http://code.google.com/p/google-guice/issues/detail?id=700