OSDN Git Service

Hide TextClassifier.getLinks API.
[android-x86/frameworks-base.git] / core / java / android / view / textclassifier / LinksInfo.java
index 3acbdc0..754c9e9 100644 (file)
@@ -22,6 +22,7 @@ import android.annotation.NonNull;
  * Link information that can be applied to text. See: {@link #apply(CharSequence)}.
  * Typical implementations of this interface will annotate spannable text with e.g
  * {@link android.text.style.ClickableSpan}s or other annotations.
+ * @hide
  */
 public interface LinksInfo {