Package com.google.inject.assistedinject

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

See:
          Description

Interface Summary
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.
 

Class Summary
FactoryModuleBuilder Provides a factory that combines the caller's arguments with injector-supplied values to construct objects.
FactoryProvider<F> Deprecated. use FactoryModuleBuilder instead.
 

Annotation Types Summary
Assisted Annotates an injected parameter or field whose value comes from an argument to a factory method.
AssistedInject When used in tandem with FactoryModuleBuilder, constructors annotated with @AssistedInject indicate that multiple constructors can be injected, each with different parameters.
 

Package com.google.inject.assistedinject Description

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



Copyright © 2006-2011 Google, Inc.. All Rights Reserved.