xref
: /
external
/
testng
/
src
/
test
/
java
/
test
/
guice
/
MyContext.java
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package
test
.
guice
;
2
3
public
interface
MyContext
{
4
getSession()
5
MySession
getSession
();
6
}
7