Skip to content

Commit

Permalink
8317874: Add @sealedGraph to StringTemplate.Processor.Linkage
Browse files Browse the repository at this point in the history
Reviewed-by: rriggs
  • Loading branch information
minborg committed Oct 11, 2023
1 parent 8f8c45b commit 2d46b29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/java.base/share/classes/java/lang/StringTemplate.java
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ static <T> Processor<T, RuntimeException> of(Function<? super StringTemplate, ?
*
* @implNote This interface is sealed to only allow standard processors.
*
* @sealedGraph
* @since 21
*/
@PreviewFeature(feature=PreviewFeature.Feature.STRING_TEMPLATES)
Expand Down

1 comment on commit 2d46b29

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.