package

com.google.inject.assistedinject

Classes | Description

Extension for combining factory interfaces with injection; this extension requires guice-assistedinject-3.0.jar.

more...

Interfaces

AssistedInjectBinding<T> A binding for a factory created by FactoryModuleBuilder. 
AssistedInjectTargetVisitor<T, V> A visitor for the AssistedInject extension. 
AssistedMethod Details about how a method in an assisted inject factory will be assisted. 

Classes

FactoryModuleBuilder Provides a factory that combines the caller's arguments with injector-supplied values to construct objects. 
FactoryProvider<F> This class is deprecated. use FactoryModuleBuilder instead.