Browse Source

Document lack of Phonemetadata.java commitment (#1361)

pull/1365/head
Keghani Kouzoujian 9 years ago
committed by GitHub
parent
commit
1520997547
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      java/libphonenumber/src/com/google/i18n/phonenumbers/Phonemetadata.java

+ 5
- 0
java/libphonenumber/src/com/google/i18n/phonenumbers/Phonemetadata.java View File

@ -18,6 +18,11 @@
* Definition of the class representing metadata for international telephone numbers. This class is
* hand created based on the class file compiled from phonemetadata.proto. Please refer to that file
* for detailed descriptions of the meaning of each field.
*
* <p>WARNING: This API isn't stable. It is considered libphonenumber-internal and can change at any
* time. We only declare it as public for easy inclusion in our build tools not in this package.
* Clients should not refer to this file, we do not commit to support backwards-compatibility or to
* warn about breaking changes.
*/
package com.google.i18n.phonenumbers;


Loading…
Cancel
Save