I need a thing like a ByKeyProvider:

interface ByKeyProvider<T>{

  T get(Key<T> key);

}

Of course, I know ByKeyProvider does not exists. Is there a feature
like this?
Regards.

- Andrés
--~--~---------~--~----~------------~-------~--~----~
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