|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Injector
Represent an injector, capable of providing instances or inject resources into objects. Implementations are likely to delegate to some DI frameworks like Google Guice or Spring.
| Method Summary | |
|---|---|
void |
inject(Object o)
Asks the underlying DI framework to inject resources into this instance. |
| Method Detail |
|---|
void inject(Object o)
o - The instance to inject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||