📄️ Lazy and Provider
Anchor DI supports deferred resolution and per-call resolution via Lazy and AnchorProvider. Use these when you want to control when or how often an instance is created. This page explains when and how to use them.
📄️ Multi-binding
Anchor DI supports Set and Map multibindings (Dagger-style). When you need to collect contributions from multiple modules into a single Set or Map, multibinding is the right tool. This page explains how to use @IntoSet and @IntoMap.