我有一个单例类,其中我在构造函数中注入了ConfigurationProvider类。void configure() // Use the system clock as the default implementation of Clock // Ask Guice to create an instance
我在Guice (@Inject)中将仓库类注入到@ManagedBean类(JSF)时遇到了问题,这个类使用EntityManager从db获取信息。我读了很多以前的文章,有一些奇怪的方法,但都不管用。}
public class RepositoryModule extends AbstractModule {
bind(IBookRepository.class).to(BookRepository.class).asEagerSingleto