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.
Builder.build() 线程安全吗?我在 XOM Javadoc 中找不到任何信息。
Builder没有告诉我们其中一个构建器方法是线程安全的,我们没有理由假设它:这些方法不同步(查看代码)并且该类使用第一个可用的解析器并委托工作。
Builder
nu.xom.Builder所以我们应该避免在不同线程之间共享一个实例。
nu.xom.Builder