1 package test.guice;
2 
3 public interface MyContext {
4 
getSession()5   MySession getSession();
6 }
7