()
| 28 | Guice.createInjector( |
| 29 | new AbstractModule() { |
| 30 | @Override |
| 31 | protected void configure() { |
| 32 | bind(BoundFirst.class); |
| 33 | bind(BoundSecond.class).to(BoundSecondImpl.class); |
| 34 | } |
| 35 | }); |
| 36 | } |
| 37 |
nothing calls this directly
no test coverage detected