awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesInitializer Injections

Injects dependencies through initializer parameters, leveraging the type system for automatic resolution.

Distinct from Dependency Injection Patterns: Distinct from Dependency Injection Patterns: focuses specifically on constructor-based injection rather than general DI patterns.

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

Awesome Initializer Injections GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • swinject/swinjectSwinject 的头像

    Swinject/Swinject

    6,708在 GitHub 上查看↗

    Swinject is a dependency injection framework for Swift that manages object creation and wiring through a centralized container. It resolves dependencies by looking up registered service types at runtime, supporting iOS, macOS, and Linux platforms. The framework provides multiple injection patterns, including initializer injection where dependencies are passed through initializer parameters, property injection that sets resolved dependencies on stored properties after object creation, and method injection that calls methods with resolved dependencies as arguments. It handles complex dependency

    Injects dependencies through initializer parameters, leveraging Swift's type system for automatic resolution.

    Swiftdependency-injectiondi-containerinversion-of-control
    在 GitHub 上查看↗6,708
  1. Home
  2. Software Engineering & Architecture
  3. Dependency Injection Patterns
  4. Initializer Injections