com.google.inject
Interface Provider<T>

Type Parameters:
T - the type of object this provider provides

public interface Provider<T>

Simply, any object capable of providing instances of type T. Providers are used in numerous ways by the Guice framework:

Author:
crazybob@google.com (Bob Lee)

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

Method Detail

get

T get()
Provides an instance of T. Must never return null.



Copyright © {inceptionYear}-2008 null. All Rights Reserved.