|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
IProvider<T> getProvider()
provider
, which can be used to create
the instance.
IPoint<T> getPoint()
point
, which can be used to inject members
into an instance that has been created previously.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |