com.google.inject
Interface Locator<T>


public interface Locator<T>

Locates bound instances of T.

Author:
crazybob@google.com (Bob Lee)

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

Method Detail

get

T get()
Locates an instance of T.