Package com.google.inject.assistedinject

Extension for combining factory interfaces with injection.

See:
          Description

Class Summary
FactoryProvider<F> Provides a factory that combines caller-provided parameters with injector-provided values when constructing objects.
 

Annotation Types Summary
Assisted Annotates an injected parameter or field whose value comes from an argument to a factory method.
AssistedInject Deprecated. FactoryProvider now works better with the standard @Inject annotation.
 

Package com.google.inject.assistedinject Description

Extension for combining factory interfaces with injection.