com.google.inject
Interface ContextualFactory<T>


public interface ContextualFactory<T>

Gets instances of T.

Author:
crazybob@google.com (Bob Lee)

Method Summary
 T get(Context context)
          Gets an instance of T.
 

Method Detail

get

T get(Context context)
Gets an instance of T.

Parameters:
context - of this call