Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DBinderTest.java456 bind(JustAnInterface.class).toInstance(new JustAnInterface() {}); in testJitDependencyCanUseExplicitDependencies()
681 ImplementsHasImplementedByThatWantsExplicit(JustAnInterface jai) {} in ImplementsHasImplementedByThatWantsExplicit()
684 static interface JustAnInterface {} interface in BinderTest