mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8297152: Add a @sealedGraph tag to ZoneId
Reviewed-by: iris, joehw
This commit is contained in:
parent
992f209def
commit
8b140e2d74
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ import static java.util.Map.entry;
|
||||||
* modelling offset-based IDs. This difference is visible in serialization.
|
* modelling offset-based IDs. This difference is visible in serialization.
|
||||||
*
|
*
|
||||||
* @since 1.8
|
* @since 1.8
|
||||||
|
* @sealedGraph
|
||||||
*/
|
*/
|
||||||
@jdk.internal.ValueBased
|
@jdk.internal.ValueBased
|
||||||
public abstract sealed class ZoneId implements Serializable permits ZoneOffset, ZoneRegion {
|
public abstract sealed class ZoneId implements Serializable permits ZoneOffset, ZoneRegion {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue