com.google.inject
Interface Factory<T>


public interface Factory<T>

Generates instances of T for a binding.

Author:
crazybob@google.com (Bob Lee)

Method Summary
 T get(Context context)
          Generates an instance of T given the context of the injection.
 

Method Detail

get

T get(Context context)
Generates an instance of T given the context of the injection.

Parameters:
context - of this injection