8305206: Add @spec tags in java.base/java.* (part 1)

Reviewed-by: alanb, naoto, darcy, lancea, dfuchs, iris, mchung
This commit is contained in:
Jonathan Gibbons 2023-04-04 00:09:38 +00:00
parent ccbb0e8d89
commit c6bd489cc8
60 changed files with 268 additions and 2 deletions

View file

@ -117,6 +117,14 @@ import java.net.StandardSocketOptions; // javadoc
* MembershipKey key = dc.join(group, ni);
* </pre>
*
* @spec https://www.rfc-editor.org/info/rfc2236
* RFC 2236: Internet Group Management Protocol, Version 2
* @spec https://www.rfc-editor.org/info/rfc2710
* RFC 2710: Multicast Listener Discovery (MLD) for IPv6
* @spec https://www.rfc-editor.org/info/rfc3376
* RFC 3376: Internet Group Management Protocol, Version 3
* @spec https://www.rfc-editor.org/info/rfc3810
* RFC 3810: Multicast Listener Discovery Version 2 (MLDv2) for IPv6
* @since 1.7
*/