Home | History | Annotate | Download | only in guice
      1 package test.guice;
      2 
      3 public interface MyContext {
      4 
      5   MySession getSession();
      6 }
      7