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 |
DiagnosticReporter.reportSubcomponentFactoryMethod(javax.tools.Diagnostic.Kind diagnosticKind,
BindingGraph.ChildFactoryMethodEdge childFactoryMethodEdge,
java.lang.String message)
Reports a diagnostic for a subcomponent factory method.
|
void |
DiagnosticReporter.reportSubcomponentFactoryMethod(javax.tools.Diagnostic.Kind diagnosticKind,
BindingGraph.ChildFactoryMethodEdge childFactoryMethodEdge,
java.lang.String messageFormat,
java.lang.Object firstArg,
java.lang.Object... moreArgs)
Reports a diagnostic for a subcomponent factory method.
|