mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +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
|
@ -79,6 +79,13 @@ import java.io.ObjectStreamException;
|
|||
* 255 are global. However, the administrative scoping is preferred.
|
||||
* Please refer to <a href="http://www.ietf.org/rfc/rfc2365.txt">
|
||||
* <i>RFC 2365: Administratively Scoped IP Multicast</i></a>
|
||||
*
|
||||
* @spec https://www.rfc-editor.org/info/rfc1918
|
||||
* RFC 1918: Address Allocation for Private Internets
|
||||
* @spec https://www.rfc-editor.org/info/rfc2365
|
||||
* RFC 2365: Administratively Scoped IP Multicast
|
||||
* @spec https://www.rfc-editor.org/info/rfc790
|
||||
* RFC 790: Assigned numbers
|
||||
* @since 1.4
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue