Skip to content

In Dagger 2, a module is a class annotated with @module that provides a set of dependencies to the dependency injection framework. Modules define methods annotated with @provides to specify how to create instances of certain classes or interfaces.

License

Notifications You must be signed in to change notification settings

VaibhavMojidra/Android-Java---Demo-2-Dagger-2-Module

Repository files navigation

Android Java Demo 2 Dagger 2 Module

Dagger 2 is a popular dependency injection framework for Java and Android applications. It provides a way to define and manage dependencies in your application by generating the boilerplate code for dependency injection.

In Dagger 2, a module is a class annotated with @Module that provides a set of dependencies to the dependency injection framework. Modules define methods annotated with @Provides to specify how to create instances of certain classes or interfaces.


Vaibhav Mojidra - 1.jpeg

About

In Dagger 2, a module is a class annotated with @module that provides a set of dependencies to the dependency injection framework. Modules define methods annotated with @provides to specify how to create instances of certain classes or interfaces.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages