Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Subcomponent used to instantiate FormController.
Link copied to clipboard
Mark a class that can be injected by a Injector and does not support fallback. It's implemented by ViewModel Factories when the ViewModel lifecycle is shorter than the activity that contains it. In those cases, they receive the Injector directly as a constructor parameter and should not be responsible for recreating the dependency graph.
Link copied to clipboard
Mark an Injector that can inject into NonFallbackInjectable classes.