Searched refs:BoundSecond (Results 1 – 1 of 1) sorted by relevance
35 bind(BoundSecond.class).to(BoundSecondImpl.class); in testBindingOutOfOrder()41 @Inject public BoundFirst(BoundSecond boundSecond) { } in BoundFirst()44 interface BoundSecond { } interface in BindingOrderTest45 static class BoundSecondImpl implements BoundSecond { }