Uses of Class
dagger.spi.model.DaggerProcessingEnv
Package
Description
This package contains the APIs that are core to Dagger's internal model of bindings and the
binding graph.
-
Uses of DaggerProcessingEnv in dagger.spi.model
Modifier and TypeMethodDescriptiondefault void
BindingGraphPlugin.init
(DaggerProcessingEnv processingEnv, Map<String, String> options) Initializes this plugin with aDaggerProcessingEnv
.