Uses of Class
dagger.spi.model.DaggerAnnotation
-
Packages that use DaggerAnnotation Package Description dagger.spi.model 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 DaggerAnnotation Modifier and Type Method Description abstract DaggerAnnotationScope. scopeAnnotation()TheDaggerAnnotationthat represents the scope annotation.Methods in dagger.spi.model that return types with arguments of type DaggerAnnotation Modifier and Type Method Description abstract java.util.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 DaggerAnnotation Modifier and Type Method Description static 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 DaggerAnnotation Modifier and Type Method Description abstract Key.BuilderKey.Builder. qualifier(java.util.Optional<DaggerAnnotation> qualifier)
-