awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesDI Container Generation

Using annotation processing to generate the internal structure and wiring of a dependency injection container.

Distinct from Annotation Processing Workflows: Focuses on generating the DI container itself, rather than general execution sequences in a pipeline.

Explore 1 awesome GitHub repository matching software engineering & architecture · DI Container Generation. Refine with filters or upvote what's useful.

Awesome DI Container Generation GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • roboguice/roboguiceAvatar de roboguice

    roboguice/roboguice

    3,722Voir sur GitHub↗

    RoboGuice is a dependency injection library based on Google Guice, specifically designed for Android applications. It functions as an annotation-processed dependency injection container that automates the delivery of system services and application dependencies into Android components to reduce boilerplate code. The project uses annotation processing to optimize application startup times and initialization. By utilizing compile-time bytecode generation, it reduces the overhead typically associated with runtime reflection during the initialization of the dependency container. The framework ma

    Implements a DI container that is initialized via annotation processing to optimize startup time.

    Java
    Voir sur GitHub↗3,722
  1. Home
  2. Software Engineering & Architecture
  3. Annotation Processing Workflows
  4. DI Container Generation