$ javac --enable-preview -source 22 # Run ClassFileGenerator first to create Main.class with indy for StringTemplate Processor invocation $ java --enable-preview ClassFileGenerator # ...
ST (StringTemplate) is a java template engine (with ports for C#, Python, and Objective-C coming) for generating source code, web pages, emails, or any other formatted text output. ST is particularly ...