Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DBindingOrderTest.java35 bind(BoundSecond.class).to(BoundSecondImpl.class); in testBindingOutOfOrder()
45 static class BoundSecondImpl implements BoundSecond { } class in BindingOrderTest