# 두 스캔을 가르는 선 # Question: 항상 설치되는 스캔과 옵트인 스캔은 무엇이 다른가? direction: right n0: "컨테이너" { shape: rectangle } n1: "스캔 계약" { shape: rectangle } n2: "PersistenceJpaConfig" { shape: rectangle } n3: "옵트인 스캔 계약" { shape: rectangle } n4: "notification · fileserver" { shape: rectangle } n0 -> n1: "스캔 요청" n1 -> n2: "항상 설치" n2 -> n3: "옵트인 위임" n4 -> n3: "조건 충족 시"