Class InjectConstantAnnotation

java.lang.Object
org.elasticsearch.painless.spi.annotation.InjectConstantAnnotation

public class InjectConstantAnnotation extends Object
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.