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
.-
ClassDescriptionProvides a factory that combines the caller's arguments with injector-supplied values to construct objects.
-
Annotation InterfaceDescriptionAnnotates 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.