Interface UntargettedBinding<T>
-
- All Known Implementing Classes:
UntargettedBindingImpl
public interface UntargettedBinding<T> extends Binding<T>
An untargetted binding. This binding indicates that the injector should use its implicit binding strategies to resolve injections.- Since:
- 2.0
- Author:
- jessewilson@google.com (Jesse Wilson)
-
-
Method Summary
-
Methods inherited from interface org.elasticsearch.common.inject.Binding
acceptScopingVisitor, acceptTargetVisitor, getKey, getProvider
-
Methods inherited from interface org.elasticsearch.common.inject.spi.Element
acceptVisitor, applyTo, getSource
-
-