All bindings for #key(), regardless of in which component they were resolved.
()
| 88 | |
| 89 | /** All bindings for {@link #key()}, regardless of in which component they were resolved. */ |
| 90 | ImmutableSet<? extends Binding> bindings() { |
| 91 | return ImmutableSet.copyOf(allBindings().values()); |
| 92 | } |
| 93 | |
| 94 | /** |
| 95 | * Returns the single binding. |
no test coverage detected