org.apache.commons.inject.api
Interface IBinding<T>

All Known Implementing Classes:
BindingProxy, DefaultBinding

public interface IBinding<T>

A binding contains the information necessary to have the injector create a POJO.


Method Summary
 IPoint<T> getPoint()
          Returns the point, which can be used to inject members into an instance that has been created previously.
 IProvider<T> getProvider()
          Returns the provider, which can be used to create the instance.
 

Method Detail

getProvider

IProvider<T> getProvider()
Returns the provider, which can be used to create the instance.


getPoint

IPoint<T> getPoint()
Returns the point, which can be used to inject members into an instance that has been created previously.



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.