Searched refs:JustAnInterface (Results 1 – 1 of 1) sorted by relevance
387 bind(JustAnInterface.class).toInstance(new JustAnInterface() {}); in testJitDependencyCanUseExplicitDependencies()608 @Inject ImplementsHasImplementedByThatWantsExplicit(JustAnInterface jai) {} in ImplementsHasImplementedByThatWantsExplicit()611 static interface JustAnInterface {} interface in BinderTest