8297134: Add a @sealedGraph tag to InetAddress
Reviewed-by: jpai, aefimov
This commit is contained in:
parent
3eb6d0e2f8
commit
51f690decb
@ -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…
x
Reference in New Issue
Block a user