(ExecutableElement method, TypeElement contributingModule)
| 138 | } |
| 139 | |
| 140 | Key forProducesMethod(ExecutableElement method, TypeElement contributingModule) { |
| 141 | return forBindingMethod( |
| 142 | method, contributingModule, Optional.of(getClassElement(Producer.class))); |
| 143 | } |
| 144 | |
| 145 | /** Returns the key bound by a {@link Binds} method. */ |
| 146 | Key forBindsMethod(ExecutableElement method, TypeElement contributingModule) { |
no test coverage detected