-
public class ContextProviderClass used as lazy storage for context, useful when service in ServiceLocator requires context, but context might not be set by an app developer at a time of dependency creation.
TODO remove this class and appropriate getter in service locator once we refactor service locator for global state
-
-
Field Summary
Fields Modifier and Type Field Description private ContextappContext
-
Method Summary
Modifier and Type Method Description ContextgetAppContext()-
-
Method Detail
-
getAppContext
@Nullable() Context getAppContext()
-
-
-
-