mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +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
|
@ -103,6 +103,7 @@ import jdk.internal.icu.text.NormalizerBase;
|
|||
* character encodings the Unicode text needs to be normalized to NFC.
|
||||
* For more usage examples, see the Unicode Standard Annex.
|
||||
*
|
||||
* @spec https://www.unicode.org/reports/tr15 Unicode Normalization Forms
|
||||
* @since 1.6
|
||||
*/
|
||||
public final class Normalizer {
|
||||
|
@ -116,6 +117,7 @@ public final class Normalizer {
|
|||
* Unicode Standard Annex #15 — Unicode Normalization Forms</a>
|
||||
* and two methods to access them.
|
||||
*
|
||||
* @spec https://www.unicode.org/reports/tr15 Unicode Normalization Forms
|
||||
* @since 1.6
|
||||
*/
|
||||
public static enum Form {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue