This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-adapter-annotations.git
The following commit(s) were added to refs/heads/master by this push:
new 764bf8d Point to (JSON) module
764bf8d is described below
commit 764bf8d9f11174535c7478159ca023dd4cec511c
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Tue Nov 10 19:16:59 2020 +0100
Point to (JSON) module
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ab5c925..88a2670 100644
--- a/README.md
+++ b/README.md
@@ -11,4 +11,6 @@ It implements OSGi DS 1.4 component property type annotations
for Sling adapters
These annotations are documented on the
[Apache Sling
Adapters](https://sling.apache.org/documentation/the-sling-engine/adapters.html)
documentation page,
and the code of the integration tests (under `src/it/annotations-it/`)
-can help understand the details.
\ No newline at end of file
+can help understand the details.
+
+We also have an older [Sling Adapter Annotations
(JSON)](https://github.com/apache/sling-adapter-annotations) module, which
implements Annotations used to generate a Sling Adapter metadata JSON file.