| Class | Description |
|---|---|
| ComponentProcessor |
The annotation processor responsible for generating the classes that drive the Dagger 2.0
implementation.
|
| ComponentTreeTraverser |
An object that traverses the entire component hierarchy, starting from the root component.
|
| ComponentTreeTraverser.BindingGraphTraverser |
An object that traverses the binding graph starting from an entry point.
|
| ComponentTreeTraverser.ComponentTreePath |
A path from the root component to a component within the component tree during a traversal.
|
| ComponentTreeTraverser.DependencyTrace |
An immutable snapshot of a path through the binding graph.
|
| MapKeyProcessingStep |
The annotation processor responsible for validating the mapKey annotation and auto-generate
implementation of annotations marked with
@MapKey where necessary. |
Copyright © 2012–2017 The Dagger Authors. All rights reserved.