I'm trying to implement the solution to the "robot legs"
problem and solution described in the FAQ, but received the following very unclear error. I am not aware of any explicit use in my application of "child injectors."
Thanks for any help!
1) A binding to ...myClass<..myOtherClass> already exists on a child injector.
while locating ...myClass<..myOtherClass>
for parameter 0 at ...AnotherClass.<init>(Unknown Source)
while locating ...AnotherClass
for parameter 2 at ...YetAnotherClass.<init>(Unknown Source)
while locating YetAnotherClass
for parameter 2 at ...EvenAnotherClass.<init>(Unknown Source)
at ...LastClass(MyModule.java:65)