mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8281082: Improve javadoc references to JOSS
Reviewed-by: iris, rriggs, naoto, lancea
This commit is contained in:
parent
c74b8f48fa
commit
9ca7ff3e4f
6 changed files with 16 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2003, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -51,8 +51,9 @@ import static java.util.Objects.requireNonNull;
|
|||
* by the serialization mechanism. The serialized representation used
|
||||
* for enum constants cannot be customized. Declarations of methods
|
||||
* and fields that would otherwise interact with serialization are
|
||||
* ignored, including {@code serialVersionUID}; see the <cite>Java
|
||||
* Object Serialization Specification</cite> for details.
|
||||
* ignored, including {@code serialVersionUID}; see the
|
||||
* <a href="{@docRoot}/../specs/serialization/index.html"><cite>Java
|
||||
* Object Serialization Specification</cite></a> for details.
|
||||
*
|
||||
* <p> Note that when using an enumeration type as the type of a set
|
||||
* or as the type of the keys in a map, specialized and efficient
|
||||
|
|
|
@ -230,7 +230,7 @@ public final class String
|
|||
*
|
||||
* A String instance is written into an ObjectOutputStream according to
|
||||
* <a href="{@docRoot}/../specs/serialization/protocol.html#stream-elements">
|
||||
* Object Serialization Specification, Section 6.2, "Stream Elements"</a>
|
||||
* <cite>Java Object Serialization Specification</cite>, Section 6.2, "Stream Elements"</a>
|
||||
*/
|
||||
@java.io.Serial
|
||||
private static final ObjectStreamField[] serialPersistentFields =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue