8317874: Add @sealedGraph to StringTemplate.Processor.Linkage

Reviewed-by: rriggs
This commit is contained in:
Per Minborg 2023-10-11 16:17:01 +00:00
parent 8f8c45b54a
commit 2d46b29728

View File

@ -595,6 +595,7 @@ public interface StringTemplate {
*
* @implNote This interface is sealed to only allow standard processors.
*
* @sealedGraph
* @since 21
*/
@PreviewFeature(feature=PreviewFeature.Feature.STRING_TEMPLATES)