Uses of Class
dagger.model.Scope
-
Packages that use Scope Package Description dagger.model 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 Scope Modifier and Type Method Description static ScopeScope. scope(javax.lang.model.element.AnnotationMirror scopeAnnotation)Creates aScopeobject from theScope-annotated annotation type.Methods in dagger.model that return types with arguments of type Scope Modifier and Type Method Description java.util.Optional<Scope>Binding. scope()The scope of this binding if it has one.com.google.common.collect.ImmutableSet<Scope>BindingGraph.ComponentNode. scopes()The scopes declared on this component.
-