mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8297134: Add a @sealedGraph tag to InetAddress
Reviewed-by: jpai, aefimov
This commit is contained in:
parent
3eb6d0e2f8
commit
51f690decb
1 changed files with 1 additions and 0 deletions
|
@ -223,6 +223,7 @@ import static java.net.spi.InetAddressResolver.LookupPolicy.IPV6_FIRST;
|
|||
* @see java.net.InetAddress#getByName(java.lang.String)
|
||||
* @see java.net.InetAddress#getLocalHost()
|
||||
* @since 1.0
|
||||
* @sealedGraph
|
||||
*/
|
||||
public sealed class InetAddress implements Serializable permits Inet4Address, Inet6Address {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue