| Package | Description | 
|---|---|
| dagger.android | 
 APIs to assist with performing injection on Android. 
 | 
| dagger.android.support | |
| dagger.grpc.server | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AndroidInjectionModule
Contains bindings to ensure the usability of  
dagger.android framework classes. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AndroidSupportInjectionModule
This module no longer provides any value beyond what is provided in  
AndroidInjectionModule and is just an alias. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CurrentContextModule
Provides the current  
Context. | 
class  | 
GrpcCallMetadataModule
Provides  
Metadata about a gRPC call. | 
class  | 
InProcessServerModule
Installing this module into a  
@Singleton component means the component can
 provide a Server that serves in-process requests. | 
class  | 
NettyServerModule
Installing this module into a  
@Singleton component means the component can
 provide a Netty-based Server. | 
class  | 
ServerModule
Provides a  
@Singleton Server. |