Package com.google.inject.assistedinject

Extension for combining factory interfaces with injection.

See:
          Description

Class Summary
FactoryProvider<F,R> Provides a mechanism to combine user-specified paramters with Injector-specified paramters when creating new objects.
 

Annotation Types Summary
Assisted The @Assisted annotation should be used on paramters within a constructor annotated with @AssistedInject.
AssistedInject Constructors annotated with @AssistedInject indicate that will can be instantiated by the FactoryProvider.
 

Package com.google.inject.assistedinject Description

Extension for combining factory interfaces with injection.