Package | Description |
---|---|
dagger.spi.model |
This package contains the APIs that are core to Dagger's internal model of bindings and the
binding graph.
|
Modifier and Type | Method and Description |
---|---|
void |
BindingGraphPlugin.visitGraph(BindingGraph bindingGraph,
DiagnosticReporter diagnosticReporter)
Called once for each valid root binding graph encountered by the Dagger processor.
|