Uses of Class
dagger.spi.model.DaggerProcessingEnv
Packages that use 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
Methods in dagger.spi.model with parameters of type DaggerProcessingEnvModifier and TypeMethodDescriptiondefault void
BindingGraphPlugin.init
(DaggerProcessingEnv processingEnv, Map<String, String> options) Initializes this plugin with aDaggerProcessingEnv
.