Home
last modified time | relevance | path

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

/external/guice/jdk8-tests/test/com/google/inject/jdk8/
DDefaultMethodInterceptionTest.java182 public static class BazImpl implements Baz { class in DefaultMethodInterceptionTest
195 bind(Baz.class).to(BazImpl.class); in testInterception_ofAllMethodsOnType()
211 bindInterceptor(Matchers.subclassesOf(BazImpl.class), Matchers.any(), interceptor); in testInterception_ofAllMethodsOnType_interceptsInheritedDefaultMethod()
212 bind(Baz.class).to(BazImpl.class); in testInterception_ofAllMethodsOnType_interceptsInheritedDefaultMethod()