Uses of Class
dagger.model.Scope
Packages that use Scope
Package
Description
This package contains the APIs that are core to Dagger's internal model of bindings and the
binding graph.
-
Uses of Scope in dagger.model
Methods in dagger.model that return ScopeModifier and TypeMethodDescriptionstatic ScopeScope.scope(AnnotationMirror scopeAnnotation) Creates aScopeobject from theScope-annotated annotation type.Methods in dagger.model that return types with arguments of type Scope