i hate guice

This commit is contained in:
fjy 2014-12-15 16:04:19 -08:00
parent af1185b58c
commit 4f0c0c5ae2
1 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,8 @@ public class CliPeon extends GuiceRunnable
.to(ServiceAnnouncingChatHandlerProvider.class).in(LazySingleton.class);
handlerProviderBinder.addBinding("noop")
.to(NoopChatHandlerProvider.class).in(LazySingleton.class);
binder.bind(ServiceAnnouncingChatHandlerProvider.class).in(LazySingleton.class);;
binder.bind(NoopChatHandlerProvider.class).in(LazySingleton.class);
binder.bind(TaskToolboxFactory.class).in(LazySingleton.class);