Package com.google.inject.assistedinject


package com.google.inject.assistedinject
Extension for combining factory interfaces with injection; this extension requires guice-assistedinject.jar.
  • Class
    Description
    Annotates an injected parameter or field whose value comes from an argument to a factory method.
    When used in tandem with FactoryModuleBuilder, constructors annotated with @AssistedInject indicate that multiple constructors can be injected, each with different parameters.
    A binding for a factory created by FactoryModuleBuilder.
    A visitor for the AssistedInject extension.
    Details about how a method in an assisted inject factory will be assisted.
    Provides a factory that combines the caller's arguments with injector-supplied values to construct objects.
    Deprecated.