mirror of
				https://github.com/MinimalBible/MinimalBible
				synced 2025-10-31 09:30:25 -04:00 
			
		
		
		
	Small documentation update on Injector
This commit is contained in:
		| @ -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); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Bradlee Speice
					Bradlee Speice