Class AllocatesDynamicAnnotationParser

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

public class AllocatesDynamicAnnotationParser extends Object implements WhitelistAnnotationParser
Parses @allocates_dynamic[class="fully.qualified.Class", method="methodName"]. Only the shape is validated here; resolution happens at allowlist load time so a missing estimator fails loudly.