# 검증이 걸리는 자리 # Question: 배타성 검증은 어느 경로에서 걸리는가? direction: right n0: "생성 입력" { shape: rectangle } n1: "factory 경로" { shape: rectangle } n2: "raw 생성자" { shape: rectangle } n3: "문서의 정상 shape" { shape: rectangle } n4: "invalid shape" { shape: rectangle } n0 -> n1: "검증 경로" n0 -> n2: "비검증 경로" n1 -> n3: "보장" n2 -> n4: "가능"