@see Binder#requestInjection(Object)
(Object instance)
| 191 | |
| 192 | /** @see Binder#requestInjection(Object) */ |
| 193 | protected final void requestInjection(Object instance) { |
| 194 | binder().requestInjection(instance); |
| 195 | } |
| 196 | |
| 197 | /** @see Binder#requestStaticInjection(Class[]) */ |
| 198 | protected final void requestStaticInjection(Class<?>... types) { |
nothing calls this directly
no test coverage detected