Package com.google.inject.internal
Interface Initializable<T>
-
- All Known Implementing Classes:
Initializer.InjectableReference
interface Initializable<T>
Holds a reference that requires initialization to be performed before it can be used.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
get()
Ensures the reference is initialized, then returns it.
-
-
-
Method Detail
-
get
T get() throws InternalProvisionException
Ensures the reference is initialized, then returns it.- Throws:
InternalProvisionException
-
-