JDK 25 compiler
javac 자체와 tool plugin이 실행되는 환경
toolchaincompiler 실행 version과 생성 artifact의 API·language target을 구분한다.
javac 자체와 tool plugin이 실행되는 환경
toolchain사용 가능한 platform API와 class file target
artifact contract핵심: version 문자열 substring 대신 Runtime.Version API를 사용한다.