mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8305206: Add @spec tags in java.base/java.* (part 1)
Reviewed-by: alanb, naoto, darcy, lancea, dfuchs, iris, mchung
This commit is contained in:
parent
ccbb0e8d89
commit
c6bd489cc8
60 changed files with 268 additions and 2 deletions
|
@ -155,6 +155,7 @@ import sun.reflect.misc.ReflectUtil;
|
|||
* <p>Records are serialized differently than ordinary serializable or externalizable
|
||||
* objects, see <a href="ObjectInputStream.html#record-serialization">record serialization</a>.
|
||||
*
|
||||
* @spec serialization/index.html Java Object Serialization Specification
|
||||
* @author Mike Warres
|
||||
* @author Roger Riggs
|
||||
* @see java.io.DataOutput
|
||||
|
@ -670,6 +671,7 @@ public class ObjectOutputStream
|
|||
*
|
||||
* @param desc class descriptor to write to the stream
|
||||
* @throws IOException If an I/O error has occurred.
|
||||
* @spec serialization/index.html Java Object Serialization Specification
|
||||
* @see java.io.ObjectInputStream#readClassDescriptor()
|
||||
* @see #useProtocolVersion(int)
|
||||
* @see java.io.ObjectStreamConstants#PROTOCOL_VERSION_1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue