gpt4 book ai didi

java - Gin 或 Guice 的 singleton 和 eagersingleton 之间的区别?

转载 作者:塔克拉玛干 更新时间:2023-11-03 04:23:10 25 4
gpt4 key购买 nike

我想知道 Gin 或 Guice 的 singleton 和 eagersingleton 有什么区别?

最佳答案

来自 Guice 的维基

Eager singletons reveal initialization problems sooner, and ensure end-users get a consistent, snappy experience. Lazy singletons enable a faster edit-compile-run development cycle. Use the Stage enum to specify which strategy should be used.

  • 渴望:“在模块运行时创建此类的实例”
  • 懒惰:“在首次请求依赖注入(inject)时创建此类的实例”

关于java - Gin 或 Guice 的 singleton 和 eagersingleton 之间的区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16342407/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com