|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Factory<T>
A custom factory. Creates objects which will be injected.
| Method Summary | |
|---|---|
T |
create(Context context)
Creates an object to be injected. |
| Method Detail |
|---|
T create(Context context)
throws Exception
context - of this injection
Exception - if unable to create object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||