Package assistedinject

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.