# 컴파일과 생성의 순서 # Question: 자원은 언제 만들어지는가? direction: right n0: "compiler.compile settings" { shape: rectangle } n1: "contribution.create provider" { shape: rectangle } n2: "AssembledCapability" { shape: rectangle } n0 -> n1: "검증된 바인딩" n1 -> n2: "자원 생성" n2 -> n1: "수명주기 소유권"