Class CompileTimeOnlyAnnotationParser

java.lang.Object
org.elasticsearch.painless.spi.annotation.CompileTimeOnlyAnnotationParser
All Implemented Interfaces:
WhitelistAnnotationParser

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