public interface Binding<T>
Injector
introspection API and is intended primary for use by tools.Modifier and Type | Method and Description |
---|---|
Key<T> |
getKey()
Returns the key for this binding.
|
Provider<T> |
getProvider()
Returns the provider guice uses to fulfill requests for this binding.
|
Object |
getSource()
Returns an arbitrary object containing information about the "place"
where this binding was configured.
|
Object getSource()
Copyright © 2013. All Rights Reserved.