blob: 7378395537dfea636951520aa556f07fd1e02680 [file] [log] [blame]
package test.guice;
public interface MyContext {
MySession getSession();
}