Comment #2 on issue 610 by [email protected]: requireExplicitBindings() is incompatible with bindConstant()
http://code.google.com/p/google-guice/issues/detail?id=610

Attached. The new test is just a copy/paste of TypeConversionTest.testConstantInjection, renamed to testConstantInjectionStillWorksWithRequireExplicitBindings, and with the lines:

        binder().requireExplicitBindings();
        bind(Foo.class);

added.

Attachments:
        testConstantInjectionStillWorksWithRequireExplicitBindings.patch  1.5 KB

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en.

Reply via email to