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