Uses of Class
dagger.spi.model.DaggerAnnotation
Packages that use 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
Methods in dagger.spi.model that return DaggerAnnotationModifier and TypeMethodDescriptionabstract DaggerAnnotation
Scope.scopeAnnotation()
TheDaggerAnnotation
that represents the scope annotation.Methods in dagger.spi.model that return types with arguments of type DaggerAnnotationModifier and TypeMethodDescriptionabstract Optional<DaggerAnnotation>
Key.qualifier()
AQualifier
annotation that provides a unique namespace prefix for the type of this key.Methods in dagger.spi.model with parameters of type DaggerAnnotationModifier 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.Method parameters in dagger.spi.model with type arguments of type DaggerAnnotationModifier and TypeMethodDescriptionabstract Key.Builder
Key.Builder.qualifier
(Optional<DaggerAnnotation> qualifier)