ICU-22471 Made PersonName.FieldModifier.RETAIN @internal, at least until we find we need it in the API.

This commit is contained in:
Rich Gillam 2023-08-31 15:36:01 -04:00 committed by Rich Gillam
parent b6a4eb8a65
commit 8c7a78f663

View file

@ -164,8 +164,10 @@ public interface PersonName {
* When used in conjunction with "initial", preserves the punctuation between the initials
* as it existed in the original name field (e.g., "Jean-Claude" initializes into "J-C"
* instead of "J.C.") Has no effect if "initial" isn't also present in the list of modifiers.
* @draft ICU 74
* @internal
* @deprecated This API is ICU internal only.
*/
@Deprecated
RETAIN("retain"),
/**