com.google.inject
Interface Factory<T>


public interface Factory<T>

Gets instances of T.

Author:
crazybob@google.com (Bob Lee)

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

Method Detail

get

T get()
Gets an instance of T.