Hi, in a module, I get the error message:
com.google.inject.CreationException: Guice creation errors: 1) No implementation for com.foo.PropertyFactoryImpl was bound. at com.foo.CoreModule.configure(CoreModule.java:66) While that message might make perfect sense when injecting a value, it occurs within binder.bind(Class), where I don't understand it at all. Any explanations? Thanks, Jochen -- You received this message because you are subscribed to the Google Groups "google-guice" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-guice. For more options, visit https://groups.google.com/groups/opt_out.
