The scope of this binding if it has one.
()
| 62 | |
| 63 | /** The scope of this binding if it has one. */ |
| 64 | Optional<Scope> scope(); |
| 65 | |
| 66 | /** |
| 67 | * Returns {@code true} if this binding may provide {@code null} instead of an instance of {@link |
no outgoing calls