java.lang.Object | |
↳ | com.google.inject.util.Jsr330 |
Utility methods for use with JSR 330.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a Guice-friendly
com.google.inject.Provider for the given
JSR-330 javax.inject.Provider . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns a Guice-friendly com.google.inject.Provider
for the given
JSR-330 javax.inject.Provider
. The converse method is unnecessary,
since Guice providers directly implement the JSR-330 interface.