aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2020-08-05 19:44:35 +0100
committerNeil Fuller <nfuller@google.com>2020-08-05 19:52:15 +0100
commit2790e787e5660b2208241cc35904bc601de439d8 (patch)
treedb7a0bd6b24f3b50c5295ae5c57b106351485b3c
parent36b428139b473cdb3fa80ceacebbf171fe3daffa (diff)
downloadjackson-annotations-2790e787e5660b2208241cc35904bc601de439d8.tar.gz
Adding files required for external/
Test: None Bug: 152747091 Change-Id: I662f8673b7258b1bed7e75ec9fa227a610f98009
-rw-r--r--METADATA21
-rw-r--r--MODULE_LICENSE_APACHE20
2 files changed, 21 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..6f5c22f
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,21 @@
+name: "jackson-annotations"
+description:
+ "This project contains general purpose annotations for Jackson Data "
+ "Processor, used on value and handler types. The only annotations not "
+ "included are ones that require dependency to the Databind package. Note "
+ "that only annotations themselves (and related value classes) are included, "
+ "but no functionality that uses annotations."
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/FasterXML/jackson-annotations"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/FasterXML/jackson-annotations.git"
+ }
+ version: "2.12"
+ last_upgrade_date { year: 2020 month: 8 day: 5 }
+ license_type: NOTICE
+}
diff --git a/MODULE_LICENSE_APACHE2 b/MODULE_LICENSE_APACHE2
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_APACHE2