Dear experts: The first draft of a spec covering JEP 459 (String Templates (Second Preview)) is now available at:
https://cr.openjdk.java.net/~gbierman/jep459/latest Feel free to contact me directly or on this list with any comments. Thanks Gavin > On 5 Oct 2023, at 13:20, Mark Reinhold <[email protected]> wrote: > > https://openjdk.org/jeps/459 > > Summary: Enhance the Java programming language with string > templates. String templates complement Java's existing string literals > and text blocks by coupling literal text with embedded expressions and > template processors to produce specialized results. This is a preview > language feature and API. > > - Mark
