Uses of Interface
dagger.spi.DiagnosticReporter
-
Packages that use DiagnosticReporter Package Description dagger.spi This package contains the Service Provider interface (SPI) to thedagger.modelAPIs at annotation-processing-time. -
-
Uses of DiagnosticReporter in dagger.spi
Methods in dagger.spi with parameters of type DiagnosticReporter Modifier and Type Method Description voidBindingGraphPlugin. visitGraph(BindingGraph bindingGraph, DiagnosticReporter diagnosticReporter)Called once for each valid root binding graph encountered by the Dagger processor.
-