Uses of Annotation Interface
dagger.Module
Packages that use Module
Package
Description
APIs to assist with performing injection on Android.
-
Uses of Module in dagger.android
Classes in dagger.android with annotations of type ModuleModifier and TypeClassDescriptionclass
Contains bindings to ensure the usability ofdagger.android
framework classes. -
Uses of Module in dagger.android.support
Classes in dagger.android.support with annotations of type ModuleModifier and TypeClassDescriptionclass
This module no longer provides any value beyond what is provided inAndroidInjectionModule
and is just an alias. -
Uses of Module in dagger.grpc.server
Classes in dagger.grpc.server with annotations of type ModuleModifier and TypeClassDescriptionfinal class
Provides the currentContext
.final class
ProvidesMetadata
about a gRPC call.final class
Installing this module into a@Singleton
component means the component can provide aServer
that serves in-process requests.final class
Installing this module into a@Singleton
component means the component can provide a Netty-basedServer
.final class
Provides a@Singleton
Server
. -
Uses of Module in dagger.hilt.android.internal.modules
Classes in dagger.hilt.android.internal.modules with annotations of type ModuleModifier and TypeClassDescriptionfinal class
Provides a binding for an Android BinderFragment Context.