Uses of Annotation Interface
dagger.Module
Package
Description
APIs to assist with performing injection on Android.
-
Uses of Module in dagger.android
Modifier and TypeClassDescriptionclass
Contains bindings to ensure the usability ofdagger.android
framework classes. -
Uses of Module in dagger.android.support
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionfinal class
Provides a binding for an Android BinderFragment Context.