Home
last modified time | relevance | path

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

/external/guice/core/test/com/googlecode/guice/bundle/
DOSGiTestActivator.java489 Injector aopInjector = Guice.createInjector(new TestModule(bundle), new InterceptorModule()); in start() local
497 aopInjector.getInstance(Key.get(api, named(vis.name()))); in start()
505 aopInjector.getInstance(Random.class); in start()