|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Binding<T>
A Binding represents a registered entry in the HK2 Services
registry.
| Method Summary | |
|---|---|
Provider<T> |
getProvider(Context ctx)
Return a Provider optionally providing contextual
information for how the component provider will be used (e.g., for
contextual injection, etc). |
| Method Detail |
|---|
Provider<T> getProvider(Context ctx)
Provider optionally providing contextual
information for how the component provider will be used (e.g., for
contextual injection, etc).
The return value may be unique based on the provided contextual
information. Caller's should therefore not assume identity equality
in the return value.
ctx - contextual information for how the provider will be used, or null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||