Class InjectConstantAnnotation
java.lang.Object
org.elasticsearch.painless.spi.annotation.InjectConstantAnnotation
Inject compiler setting constants.
Format:
inject_constant["1=foo_compiler_setting", 2="bar_compiler_setting"] injects "foo_compiler_setting and
"bar_compiler_setting" as the first two arguments (other than receiver reference for instance methods) to the annotated method.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAME
- See Also:
-
injects
-
-
Constructor Details
-
InjectConstantAnnotation
-