elasticsearch/modules/lang-painless/spi
Jack Conradson e3985801a1
Add ability to augment classes with fields from other classes in Painless (#76628)
This change adds a a new "augmented" annotation to the Painless allowlist parser. The first use of the 
annotation supports adding static final fields to a specified allowlist class from another class. This 
supports the fields api as we can add additional fields types from other classes and augment the Field 
class with the new types.
2021-08-18 11:19:07 -07:00
..
src Add ability to augment classes with fields from other classes in Painless (#76628) 2021-08-18 11:19:07 -07:00
build.gradle Add support in plugins for a separate spi classloader (#76288) 2021-08-11 09:59:29 -04:00