Package | Description |
---|---|
dagger.spi |
This package contains the Service Provider interface (SPI) to the
dagger.model APIs at
annotation-processing-time. |
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.
|