I have an interface whose implementations are by definition singletons. Is there a way for me to bind all its instances as Guice singletons without annotating every single one?
In other words, by default Guice will inject implementations of this interface in NO_SCOPE. I'd like the default scope for implementations of this interface to be SINGLETON. Thanks. -- 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.
