Package com.google.inject.jndi
Class JndiIntegration
- java.lang.Object
-
- com.google.inject.jndi.JndiIntegration
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Provider<T>
fromJndi(Class<T> type, String name)
Creates a provider which looks up objects in JNDI using the given name.
-