Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java364 private static final class NamedInterceptor implements MethodInterceptor { class in MethodInterceptionTest
368 NamedInterceptor(String name, List<String> callList) { in NamedInterceptor() method in MethodInterceptionTest.NamedInterceptor