Uses of Class
com.todoroo.andlib.service.AbstractDependencyInjector

Packages that use AbstractDependencyInjector
com.todoroo.andlib.service Todoroo Library classes for the service layer: dependency injection, exceptions, HTTP requests, etc. 
 

Uses of AbstractDependencyInjector in com.todoroo.andlib.service
 

Methods in com.todoroo.andlib.service with parameters of type AbstractDependencyInjector
 void DependencyInjectionService.addInjector(AbstractDependencyInjector injector)
          Adds a Dependency Injector to the front of the list
 void DependencyInjectionService.removeInjector(AbstractDependencyInjector injector)
          Removes the supplied injector