roboguice.inject
Class RoboApplicationProvider<T extends android.app.Application>

java.lang.Object
  extended by roboguice.inject.RoboApplicationProvider<T>
All Implemented Interfaces:
com.google.inject.Provider<T>

public class RoboApplicationProvider<T extends android.app.Application>
extends Object
implements com.google.inject.Provider<T>

Author:
Mike Burton

Field Summary
protected  android.app.Application application
           
 
Constructor Summary
RoboApplicationProvider()
           
 
Method Summary
 T get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

application

@Inject
protected android.app.Application application
Constructor Detail

RoboApplicationProvider

public RoboApplicationProvider()
Method Detail

get

public T get()
Specified by:
get in interface com.google.inject.Provider<T extends android.app.Application>


Copyright © 2011. All Rights Reserved.