HomeSort by relevance Sort by last modified time
    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