@see Binder#bindConstant()
()
| 98 | |
| 99 | /** @see Binder#bindConstant() */ |
| 100 | protected AnnotatedConstantBindingBuilder bindConstant() { |
| 101 | return binder().bindConstant(); |
| 102 | } |
| 103 | |
| 104 | /** @see Binder#install(Module) */ |
| 105 | protected void install(Module module) { |
nothing calls this directly
no test coverage detected