Class CompileTimeOnlyAnnotation

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

public class CompileTimeOnlyAnnotation extends Object
Methods annotated with this must be run at compile time so their arguments must all be constant and they produce a constant.