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
|
@ -181,13 +181,12 @@ package java.io;
|
|||
* the default computed value, but the requirement for matching
|
||||
* serialVersionUID values is waived for array classes.
|
||||
*
|
||||
* @spec serialization/index.html Java Object Serialization Specification
|
||||
* @see java.io.ObjectOutputStream
|
||||
* @see java.io.ObjectInputStream
|
||||
* @see java.io.ObjectOutput
|
||||
* @see java.io.ObjectInput
|
||||
* @see java.io.Externalizable
|
||||
* @see <a href="{@docRoot}/../specs/serialization/index.html">
|
||||
* <cite>Java Object Serialization Specification</cite></a>
|
||||
* @since 1.1
|
||||
*/
|
||||
public interface Serializable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue