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

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

Apache Sling Servlet Annotations
https://github.com/apache/sling-org-apache-sling-servlets-annotations

java servlets sling

Last synced: 8 months ago
JSON representation

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

# Apache Sling Servlet Annotations

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

OSGi DS 1.4 component property type annotations for Sling servlets and filters.

These annotations are documented on the following Apache Sling website pages:

* https://sling.apache.org/documentation/the-sling-engine/servlets.html
* https://sling.apache.org/documentation/the-sling-engine/filters.html

And the code of the companion
[integration tests module](https://github.com/apache/sling-org-apache-sling-servlets-annotations-it) can help
understand the details.