org.directwebremoting.guice
Interface BindUtil.BindingProvider<T>

All Superinterfaces:
com.google.inject.Provider<T>
Enclosing class:
BindUtil

public static interface BindUtil.BindingProvider<T>
extends com.google.inject.Provider<T>

For fluent-style decoration with one or more method bindings when using BindUtil.fromConstructor(java.lang.Class, com.google.inject.Key...).


Method Summary
 BindUtil.BindingProvider<T> injecting(java.lang.String methodName, com.google.inject.Key... paramKeys)
          Adds injection of a method defined by the given name and parameter types (specified as Guice keys) to this provider.
 
Methods inherited from interface com.google.inject.Provider
get
 

Method Detail

injecting

BindUtil.BindingProvider<T> injecting(java.lang.String methodName,
                                      com.google.inject.Key... paramKeys)
Adds injection of a method defined by the given name and parameter types (specified as Guice keys) to this provider.


Copyright ? 2005