The scope associated with the single binding. @throws IllegalStateException if #bindings() does not have exactly one element
()
| 276 | * @throws IllegalStateException if {@link #bindings()} does not have exactly one element |
| 277 | */ |
| 278 | Optional<Scope> scope() { |
| 279 | return getOnlyElement(bindings()).scope(); |
| 280 | } |
| 281 | } |