mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 15:18:22 -05:00
Small documentation update on Injector
This commit is contained in:
parent
7cfe273cb6
commit
35b515add7
@ -1,7 +1,8 @@
|
||||
package org.bspeice.minimalbible;
|
||||
|
||||
/**
|
||||
* Created by bspeice on 7/2/14.
|
||||
* Define a simple interface for classes to receive an object to provide their dependencies.
|
||||
* This way, the dependencies can be provided by an activity, or a test module, etc.
|
||||
*/
|
||||
public interface Injector {
|
||||
public void inject(Object o);
|
||||
|
Loading…
Reference in New Issue
Block a user