1 package test.guice; 2 3 public interface MyService { 4 serve(MySession mySession)5 void serve(MySession mySession); 6 } 7