mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
This change adds the ability to attach annotative information for classes, methods, fields, static methods, class bindings, and instance bindings during Painless whitelisting. Annotations are specified as @annotation or optionally as @annotation[parameter="argument",...]. Annotations open up the ability to specify whitelist objects as having a short name (no_import -> @no_import) or deprecated.