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