google guice 中的 Spring 调度程序等效于什么?

What is equivalent of Spring scheduler in google guice?

我有一个在 Spring 中实现的包。我想将它迁移到 Google Guice。 spring 包使用 Spring scheduler。 Google Guice 中 Spring schedule 的等价物是什么?

直接在 Guice 中没有等效项。

但是,Guartz project is an integration of the Quartz 项目在 Guice 中使用了您所期望的 @Scheduled 注释。