Dependency injection frameworks

This page summarizes the projects mentioned and recommended in the original post on /r/java

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Useful-Things

    My opinions on common Java libraries, reverse engineering guides, and some assorted other tips

    I have an example project implemented with a variety of DI frameworks if you want concrete code samples:

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. avaje-inject

    Dependency injection via APT (source code generation) ala "Server-Side Dagger DI"

    Have you tried out Avaje inject? It's currently my favorite DI lib.

  4. simple-component

    Basic dependency injection tool

    I just started another "dagger style" one because dagger annoys me (too many features, "surprising" scoping rules, too many classes generated, typecasts in generated code): simple-component

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Avaje Inject - Microservice Focused DI via Annotation Processing

    2 projects | /r/java | 30 Jun 2023
  • I wrote a simple, compile-time dependency injection framework

    2 projects | /r/java | 6 Feb 2023
  • Dirk: a new light-weight system for dependency injection

    4 projects | /r/java | 2 Jul 2022
  • WireDI: Framework for dependency injection at compile time, aiming to bridge with runtime dependency injection

    2 projects | /r/java | 7 May 2022
  • Anybody use Hilt for server-side java?

    1 project | /r/java | 25 Mar 2022

Did you know that Java is
the 8th most popular programming language
based on number of references?