标签: java guice
我的类使用ScheduledExecutorService,它通过调用Executors.newSingleThreadScheduledExecutor()来获取它。
现在,我想通过Guice注入它,但我不知道怎么做,因为我没有通过构造函数调用获得实例的ScheduledExecutorservice。
你能帮忙吗?