Package org.elasticsearch.common.inject.assistedinject

Extension for combining factory interfaces with injection; this extension requires guice-jndi-2.0.jar.
  • Class Summary 
    Class Description
    FactoryProvider<F>
    Provides a factory that combines the caller's arguments with injector-supplied values to construct objects.
  • Annotation Types Summary 
    Annotation Type Description
    Assisted
    Annotates an injected parameter or field whose value comes from an argument to a factory method.
    AssistedInject Deprecated.
    FactoryProvider now works better with the standard @Inject annotation.