실험 code와 application contract

preview type이 public API로 새지 않도록 adapter 경계를 둔다.

Application interface

stable value와 operation만 노출한다

durable

Preview adapter

JDK preview type을 내부에 감춘다

replaceable
철회adapter와 CI job만 삭제하고 consumer는 유지한다

핵심: preview sunk cost가 커지기 전에 작은 timebox로 제한한다.