• Exceptions 
    Exceptions Description
    org.opensearch.script.GeneralScriptException
    Use ScriptException for exceptions from the scripting engine, otherwise use a more appropriate exception (e.g. if thrown from various abstractions)
  • Annotation Types 
    Annotation Type Description
    org.opensearch.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.