Uses of Class
dagger.spi.model.DaggerAnnotation
Package
Description
This package contains the APIs that are core to Dagger's internal model of bindings and the
binding graph.
-
Uses of DaggerAnnotation in dagger.spi.model
Modifier and TypeMethodDescriptionabstract DaggerAnnotation
Scope.scopeAnnotation()
TheDaggerAnnotation
that represents the scope annotation.Modifier and TypeMethodDescriptionabstract Optional<DaggerAnnotation>
Key.qualifier()
AQualifier
annotation that provides a unique namespace prefix for the type of this key.Modifier and TypeMethodDescriptionstatic boolean
Scope.isScope
(DaggerAnnotation scopeAnnotation) abstract Key.Builder
Key.Builder.qualifier
(DaggerAnnotation qualifier) static Scope
Scope.scope
(DaggerAnnotation scopeAnnotation) Creates aScope
object from theScope
-annotated annotation type.Modifier and TypeMethodDescriptionabstract Key.Builder
Key.Builder.qualifier
(Optional<DaggerAnnotation> qualifier)