8321223: Implementation of Scoped Values (Second Preview)

Reviewed-by: psandoz, mcimadamore
This commit is contained in:
Alan Bateman 2023-12-07 15:07:26 +00:00
parent 2f9e70e4ad
commit 58530f4098

@ -73,7 +73,7 @@ public @interface PreviewFeature {
UNNAMED_CLASSES,
@JEP(number=463, title="Implicitly Declared Classes and Instance Main Methods", status="Preview")
IMPLICIT_CLASSES,
@JEP(number=446, title="Scoped Values", status="Preview")
@JEP(number=464, title="Scoped Values", status="Second Preview")
SCOPED_VALUES,
@JEP(number=462, title="Structured Concurrency", status="Second Preview")
STRUCTURED_CONCURRENCY,