Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 724 Bytes

File metadata and controls

18 lines (13 loc) · 724 Bytes

Overview

Read this section first when you need the model and constraints before the API details.

In This Section

  • Library Overview What the package does, what it refuses to do, and where it fits best.
  • Architecture How compilation, registry storage, resolution, instantiation, and runtime storage are separated.
  • Design Principles The rules that explain why the runtime stays strict and deterministic.

Use This Section When

  • you are deciding whether descriptor-driven DI fits your application
  • you want to understand why ambiguity is treated as an error
  • you are comparing this library with autowiring containers or service locators