How do I create different Objects using Google Guice?

Posted by kunjaan on Stack Overflow See other posts from Stack Overflow or by kunjaan
Published on 2010-05-08T20:55:13Z Indexed on 2010/05/08 20:58 UTC
Read the original article Hit count: 179

I have a Module which binds an Interface to a particular implementation. I use that module to create an object. How do I create a different kind of object with the the interface bound to a different implementation?

Do I need to create a new module with the Interface bound to a different implementation?

© Stack Overflow or respective owner

Related posts about google-guice

Related posts about guice