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.java186 public static class BazImpl implements Baz { class in DefaultMethodInterceptionTest
201 bind(Baz.class).to(BazImpl.class); in testInterception_ofAllMethodsOnType()
219 bindInterceptor(Matchers.subclassesOf(BazImpl.class), Matchers.any(), interceptor); in testInterception_ofAllMethodsOnType_interceptsInheritedDefaultMethod()
220 bind(Baz.class).to(BazImpl.class); in testInterception_ofAllMethodsOnType_interceptsInheritedDefaultMethod()