OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PackageVisibilityTestModule
(Results
1 - 2
of
2
) sorted by null
/external/guice/core/test/com/googlecode/guice/
PackageVisibilityTestModule.java
6
public class
PackageVisibilityTestModule
extends AbstractModule {
BytecodeGenTest.java
26
import com.googlecode.guice.
PackageVisibilityTestModule
.PublicUserOfPackagePrivate;
76
Injector injector = Guice.createInjector(new
PackageVisibilityTestModule
());
81
Injector injector = Guice.createInjector(interceptorModule, new
PackageVisibilityTestModule
());
86
Injector injector = Guice.createInjector(interceptorModule, new
PackageVisibilityTestModule
());
Completed in 2473 milliseconds