Skip to content

Compono.ICompositionPlan T

Compono

Compono

ICompositionPlan\<T> Interface

A source-generated construction plan for T — invokes T's selected constructor directly, per docs/adr/0002-constructor-selection-algorithm.md, with no runtime reflection.

public interface ICompositionPlan<out T>

Type parameters

T

The type this plan constructs.

Methods
Compose(ICompositionContext) Constructs an instance of T, resolving any constructor arguments through context.