RFR: JDK-8285932 Implementation of JEP 430 String Templates (Preview) [v26]

Jim Laskey jlaskey at openjdk.org
Mon Nov 21 13:42:15 UTC 2022


On Fri, 18 Nov 2022 22:25:22 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

>> Jim Laskey has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Typo
>
> src/java.base/share/classes/java/lang/template/package-info.java line 27:
> 
>> 25: 
>> 26: /**
>> 27:  * Provides support for string templates and template processors.
> 
> Not just support...
> 
> String templates are provided by {@link StringTemplate} and supporting interfaces and classes.
> It might also be helpful to include a link to the JLS 15.8.6 Template Expression spec.
> 
> A brief example here (drawn from the JEP or StringTemplate would provide a good hook for the reader to get started.

Will expand.

-------------

PR: https://git.openjdk.org/jdk/pull/10889


More information about the compiler-dev mailing list