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

    Modifier and Type
    Method
    Description
    get()
    Ensures the reference is initialized, then returns it.