• Annotation Types 
    Annotation Type Description
    org.elasticsearch.common.inject.assistedinject.AssistedInject
    FactoryProvider now works better with the standard @Inject annotation. When using that annotation, parameters are matched by name and type rather than by position. In addition, values that use the standard @Inject constructor annotation are eligible for method interception.