On Dec 15, 3:35 am, Michael Wölm <[email protected]> wrote: > I would be pleased, if you could help me with following problem. > I get an exception, if I use following code line: > Multibinder<IModuleReporting> multibinder = > Multibinder.newSetBinder(binder(), IModuleReporting.class); > (At the bottom is the full code as attached)
This exception suggests you just need to do a clean build of your project. The Multibinder code doesn't actually appear in the stacktrace, so I'm skeptical that it's related. If you can reproduce this reliably, please send a JUnit test case that reproduces the problem. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice" 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?hl=en -~----------~----~----~----~------~----~------~--~---
