From 947103c984595ccd44ad1ae91078c8a5c8d5de47 Mon Sep 17 00:00:00 2001 From: Piotr Tomiak Date: Fri, 15 Mar 2024 14:56:15 +0100 Subject: [PATCH] Jsoup: add annotations to the API GitOrigin-RevId: e897cc5657661d6a0e15750a763e16d8e844c15d --- .idea/libraries/jsoup.xml | 3 + .../jsoup/org/jsoup/annotations.xml | 153 ++++++++++ .../jsoup/org/jsoup/helper/annotations.xml | 115 ++++++++ .../jsoup/org/jsoup/nodes/annotations.xml | 265 ++++++++++++++++++ .../jsoup/org/jsoup/parser/annotations.xml | 20 ++ 5 files changed, 556 insertions(+) create mode 100644 lib/annotations/jsoup/org/jsoup/annotations.xml create mode 100644 lib/annotations/jsoup/org/jsoup/helper/annotations.xml create mode 100644 lib/annotations/jsoup/org/jsoup/nodes/annotations.xml create mode 100644 lib/annotations/jsoup/org/jsoup/parser/annotations.xml diff --git a/.idea/libraries/jsoup.xml b/.idea/libraries/jsoup.xml index 37efc6715501..7e8e23c3372e 100644 --- a/.idea/libraries/jsoup.xml +++ b/.idea/libraries/jsoup.xml @@ -7,6 +7,9 @@ + + + diff --git a/lib/annotations/jsoup/org/jsoup/annotations.xml b/lib/annotations/jsoup/org/jsoup/annotations.xml new file mode 100644 index 000000000000..485e773b51bb --- /dev/null +++ b/lib/annotations/jsoup/org/jsoup/annotations.xml @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/lib/annotations/jsoup/org/jsoup/helper/annotations.xml b/lib/annotations/jsoup/org/jsoup/helper/annotations.xml new file mode 100644 index 000000000000..bb754670b79c --- /dev/null +++ b/lib/annotations/jsoup/org/jsoup/helper/annotations.xml @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/lib/annotations/jsoup/org/jsoup/nodes/annotations.xml b/lib/annotations/jsoup/org/jsoup/nodes/annotations.xml new file mode 100644 index 000000000000..7abb716d1cf7 --- /dev/null +++ b/lib/annotations/jsoup/org/jsoup/nodes/annotations.xml @@ -0,0 +1,265 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/lib/annotations/jsoup/org/jsoup/parser/annotations.xml b/lib/annotations/jsoup/org/jsoup/parser/annotations.xml new file mode 100644 index 000000000000..6c71502a802a --- /dev/null +++ b/lib/annotations/jsoup/org/jsoup/parser/annotations.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file