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
|
@ -148,6 +148,10 @@ import java.util.Locale;
|
|||
* from being set by application code, regardless of whether the security policy
|
||||
* in force, permits it.
|
||||
*
|
||||
* @spec https://www.rfc-editor.org/info/rfc2296
|
||||
* RFC 2296: HTTP Remote Variant Selection Algorithm -- RVSA/1.0
|
||||
* @spec https://www.rfc-editor.org/info/rfc2732
|
||||
* RFC 2732: Format for Literal IPv6 Addresses in URL's
|
||||
* @since 1.8
|
||||
*/
|
||||
public final class URLPermission extends Permission {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue