Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java352 new NamedInterceptor("a", callList), in testInterceptionOrder()
353 new NamedInterceptor("b", callList), in testInterceptionOrder()
354 new NamedInterceptor("c", callList)); in testInterceptionOrder()
364 private static final class NamedInterceptor implements MethodInterceptor { class in MethodInterceptionTest
368 NamedInterceptor(String name, List<String> callList) { in NamedInterceptor() method in MethodInterceptionTest.NamedInterceptor