An open API service indexing awesome lists of open source software.

https://github.com/apache/sling-org-apache-sling-adapter-annotations

Apache Sling Adapter Annotations
https://github.com/apache/sling-org-apache-sling-adapter-annotations

adapters annotations java sling

Last synced: about 1 year ago
JSON representation

Apache Sling Adapter Annotations

Awesome Lists containing this project

README

          

[![Apache Sling](https://sling.apache.org/res/logos/sling.png)](https://sling.apache.org)

[![Build Status](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-adapter-annotations/job/master/badge/icon)](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-adapter-annotations/job/master/) [![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=apache_sling-org-apache-sling-adapter-annotations&metric=alert_status)](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-adapter-annotations) [![JavaDoc](https://www.javadoc.io/badge/org.apache.sling/org.apache.sling.adapter.annotations.svg)](https://www.javadoc.io/doc/org.apache.sling/org.apache.sling.adapter.annotations) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.sling/org.apache.sling.adapter.annotations/badge.svg)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.adapter.annotations%22) [![adapter](https://sling.apache.org/badges/group-adapter.svg)](https://github.com/apache/sling-aggregator/blob/master/docs/groups/adapter.md) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)

# Apache Sling Adapter Annotations

This module is part of the [Apache Sling](https://sling.apache.org) project.

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.

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.