Class CompileTimeOnlyAnnotationParser
java.lang.Object
org.elasticsearch.painless.spi.annotation.CompileTimeOnlyAnnotationParser
- All Implemented Interfaces:
WhitelistAnnotationParser
Methods annotated with
CompileTimeOnlyAnnotation
must be run at
compile time so their arguments must all be constant and they produce a
constant.-
Field Summary
FieldsFields inherited from interface org.elasticsearch.painless.spi.annotation.WhitelistAnnotationParser
BASE_ANNOTATION_PARSERS
-
Method Summary
-
Field Details
-
INSTANCE
-
-
Method Details
-
parse
- Specified by:
parse
in interfaceWhitelistAnnotationParser
-