Home
last modified time | relevance | path

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

/external/guice/core/test/com/googlecode/guice/bundle/
DOSGiTestActivator.java498 static class InterceptorModule extends AbstractModule { class in OSGiTestActivator
546 Injector aopInjector = Guice.createInjector(new TestModule(bundle), new InterceptorModule()); in start()