我发现通过使用 json4s native
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-native_2.10</artifactId>
<version>3.2.9</version>
</dependency>
带来 scalap 和 scala-compiler 依赖项。
为什么需要它?
它会在运行时动态生成代码吗?
为什么它不使用在编译时执行此处理的宏?