Hi ! It's not clear reading the documentation if the initialization of singletons is thread safe or not. I mean, if I have a singleton that is lazy initialized, for example, using a Provider, does it get synchronized so only one instance is being created at a time. If it's not a singleton, does it synchronize something anyway? Which is my responsibility as a library client in what regards to thread safety. Thanks !
PS: great job, I'm new guice user coming from Spring and I'm already loving it ! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
