Are you creating threads during @Inject-annotated methods or
constructors? When those injections happen at injector-creation time,
the spawned threads can witness the injector in a partially-
constructed state. Guice tries to keep this consistent, but it's racy
and could be a source of nondeterminism.

Otherwise I can't recall any sources of nondeterminism in private
modules or multibindings.

-- 
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.

Reply via email to