org.directwebremoting.guice.util
Interface Providers.BindingProvider<T>
- All Superinterfaces:
- com.google.inject.Provider<T>
- Enclosing class:
- Providers
public static interface Providers.BindingProvider<T>
- extends com.google.inject.Provider<T>
For fluent-style decoration with one or more method bindings when
using Providers.fromConstructor(Class, Key...).
|
Method Summary |
Providers.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 |
injecting
Providers.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.