Expand description
Service lifetime scope enumeration.
Defines how service instances are created and shared across the application. Singleton instances are created once and reused, while Transient instances are created fresh for each resolution. This enables fine-grained control over resource management and object lifecycle.
Revision History
- 2025-10-02T20:00:00Z @AI: Initial scope implementation for Phase 6.
- 2025-10-06T17:11:00Z @AI: Finalize scope: remove test wildcard use; confirm container integration.
- 2025-10-06T17:22:00Z @AI: Tests: add justifications for clarity and coverage rationale.
Enumsยง
- Scope
- Service lifetime scope