Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 scala.reflection.api.Universe 的所有子类中,我从未见过 Mirror 的多个实现。这是否意味着可以将 Mirror 与 Universe 合并。将 Universe 和 Mirror 分开的设计决策是什么?
每个 Universe都有一个Mirror实现,但可以有很多实例。也就是说,在运行时宇宙中,每个ClassLoader.
ClassLoader