xref: /aosp_15_r20/external/jackson-annotations/METADATA (revision 2bf6642460ffb10303bd46207a4555f36d9e5945)
1name: "jackson-annotations"
2description:
3    "This project contains general purpose annotations for Jackson Data "
4    "Processor, used on value and handler types. The only annotations not "
5    "included are ones that require dependency to the Databind package. Note "
6    "that only annotations themselves (and related value classes) are included, "
7    "but no functionality that uses annotations."
8
9third_party {
10  url {
11    type: HOMEPAGE
12    value: "https://github.com/FasterXML/jackson-annotations"
13  }
14  url {
15    type: GIT
16    value: "https://github.com/FasterXML/jackson-annotations.git"
17  }
18  version: "2.12"
19  last_upgrade_date { year: 2020 month: 8 day: 5 }
20  license_type: NOTICE
21}
22