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 DaggerAnnotationScope.scopeAnnotation()TheDaggerAnnotationthat represents the scope annotation.Methods in dagger.spi.model that return types with arguments of type DaggerAnnotationModifier and TypeMethodDescriptionabstract Optional<DaggerAnnotation>Key.qualifier()AQualifierannotation that provides a unique namespace prefix for the type of this key.Methods in dagger.spi.model with parameters of type DaggerAnnotationModifier and TypeMethodDescriptionstatic booleanScope.isScope(DaggerAnnotation scopeAnnotation) abstract Key.BuilderKey.Builder.qualifier(DaggerAnnotation qualifier) static ScopeScope.scope(DaggerAnnotation scopeAnnotation) Creates aScopeobject from theScope-annotated annotation type.Method parameters in dagger.spi.model with type arguments of type DaggerAnnotationModifier and TypeMethodDescriptionabstract Key.BuilderKey.Builder.qualifier(Optional<DaggerAnnotation> qualifier)