Package org.elasticsearch.painless.spi.annotation
package org.elasticsearch.painless.spi.annotation
-
ClassDescriptionCreates an alias in PainlessLookupBuilder for the given class.Parser for theUse an augmented annotation to augment a class to have available a static final field from a different class.Methods annotated with this must be run at compile time so their arguments must all be constant and they produce a constant.Methods annotated with
CompileTimeOnlyAnnotationmust be run at compile time so their arguments must all be constant and they produce a constant.Inject compiler setting constants.WhitelistAnnotationParser is an interface used to define how to parse an annotation against any whitelist object while loading.