Injectable handlers allow writing real Java code (via lambdas or static methods) instead of generating Java source as strings. The compiled bytecode is extracted and injected directly into the generated script class.
This introduces a completely new way of defining patterns, removing the need for manual Java string emission while enabling full IDE support, type checking, and significantly cleaner implementations.
Note: This feature is currently in beta and may evolve in future versions.
Internal Changes
The documentation format has been refactored into something more better long-term.