Package org.elasticsearch.common.inject.assistedinject


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
    Provides a factory that combines the caller's arguments with injector-supplied values to construct objects.
  • Annotation Interfaces Summary
    Annotation Interface
    Description
    Annotates an injected parameter or field whose value comes from an argument to a factory method.
    Deprecated.
    FactoryProvider now works better with the standard @Inject annotation.