public class ConcurrentProviders
extends java.lang.Object
| Constructor and Description |
|---|
ConcurrentProviders() |
| Modifier and Type | Method and Description |
|---|---|
static <T> com.google.inject.Provider<T> |
of(java.lang.Class<? extends T> type)
Create a Provider that will construct all constructor arguments in parallel and wait
for all dependencies to be constructed before invoking the constructor of the type.
|
public static <T> com.google.inject.Provider<T> of(java.lang.Class<? extends T> type)
type -