8305004: add @spec tags to langtools modules

Reviewed-by: iris
This commit is contained in:
Jonathan Gibbons 2023-03-28 14:52:22 +00:00
parent 32ef452132
commit 83ce65e12c
6 changed files with 7 additions and 6 deletions

View file

@ -123,6 +123,7 @@ import java.io.IOException;
* annotation if the environment is configured so that that class or
* interface is accessible.
*
* @spec https://www.rfc-editor.org/info/rfc3986 RFC 3986: RFC 3986: Uniform Resource Identifier (URI): Generic Syntax
* @apiNote Some of the effect of overwriting a file can be
* achieved by using a <i>decorator</i>-style pattern. Instead of
* modifying a class directly, the class is designed so that either