Home
last modified time | relevance | path

Searched refs:TestScoped (Results 1 – 1 of 1) sorted by relevance

/external/guice/core/test/com/googlecode/guice/
DJsr330Test.java121 bind(C.class).in(TestScoped.class); in testScopeAnnotation()
122 bindScope(TestScoped.class, scope); in testScopeAnnotation()
404 @interface TestScoped {} annotation in Jsr330Test
430 @TestScoped