com.google.inject.spi
Interface UntargettedBinding<T>

All Superinterfaces:
Binding<T>, Element

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

Method Summary
 
Methods inherited from interface com.google.inject.Binding
acceptScopingVisitor, acceptTargetVisitor, getKey, getProvider
 
Methods inherited from interface com.google.inject.spi.Element
acceptVisitor, applyTo, getSource