| Package | Description | 
|---|---|
| dagger.model | 
 This package contains the APIs that are core to Dagger's internal model of bindings and the
 binding graph. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Scope | 
Scope.scope(javax.lang.model.element.AnnotationMirror scopeAnnotation)
Creates a  
Scope object from the Scope-annotated annotation type. | 
| Modifier and Type | Method and 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. 
 |