Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java55 private final class ReturnNullInterceptor implements MethodInterceptor { class in MethodInterceptionTest
71 new ReturnNullInterceptor()); in testSharedProxyClasses()
100 new ReturnNullInterceptor()); in testSharedProxyClasses()
151 final MethodInterceptor returnNullInterceptor = new ReturnNullInterceptor(); in testSpiAccessToInterceptors()