Sounds like you want to build something custom that doesn't come out of the box. Shouldn't be hard to create your own factory implementation.
sam
--
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 google-guice+unsubscribe@googlegroups.com.
To post to this group, send email to google...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-guice.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-guice/9da20dbe-3a8c-46ac-9eb3-30264edf6f3f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
install(new FactoryModuleBuilder() .implement(A.class) .build(AFactory.class));