Field Injection
@Inject on fields for dependencies
Field can not be private or final
Inject happens after object is fully
instantiated
Object is usually responsible for injection
Slide 17
Slide 17 text
Method Injection
Slide 18
Slide 18 text
No content
Slide 19
Slide 19 text
http://google.github.io/dagger/
Slide 20
Slide 20 text
Components
Bridge between modules and
injections
The injector