Hi, I am trying to accomplish the following: bind(ICache<Npc>.class).to(Cache<Npc>.class);
and bind(IMyMapper<Npc>.class).to(NpcMapper.class); This doesn't seem possible in Java, or is it? Keep in mind I'm not a java guy, I'm used to using Ninject (which was patterned after Google Guice) and C#. 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 -~----------~----~----~----~------~----~------~--~---
