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.java387 bind(JustAnInterface.class).toInstance(new JustAnInterface() {}); in testJitDependencyCanUseExplicitDependencies()
608 @Inject ImplementsHasImplementedByThatWantsExplicit(JustAnInterface jai) {} in ImplementsHasImplementedByThatWantsExplicit()
611 static interface JustAnInterface {} interface in BinderTest