@see Binder#bindConstant()
()
| 166 | |
| 167 | /** @see Binder#bindConstant() */ |
| 168 | protected final AnnotatedConstantBindingBuilder bindConstant() { |
| 169 | return binder().bindConstant(); |
| 170 | } |
| 171 | |
| 172 | /** @see Binder#install(Module) */ |
| 173 | protected final void install(Module module) { |
nothing calls this directly
no test coverage detected