()
| 53 | // anything more than an Element. Removing the wildcard would allow for simpler user-written code |
| 54 | // when the binding element is passed to a method. |
| 55 | Optional<? extends Element> bindingElement(); |
| 56 | |
| 57 | /** |
| 58 | * The {@link TypeElement} of the module which contributes this binding. Absent for bindings that |
no outgoing calls
no test coverage detected