Author: kwin
Date: Sun Nov 27 11:58:27 2016
New Revision: 1771573
URL: http://svn.apache.org/viewvc?rev=1771573&view=rev
Log: (empty)
Modified:
sling/site/trunk/content/documentation/the-sling-engine/servlets.mdtext
Modified:
sling/site/trunk/content/documentation/the-sling-engine/servlets.mdtext
URL:
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/the-sling-engine/servlets.mdtext?rev=1771573&r1=1771572&r2=1771573&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/the-sling-engine/servlets.mdtext
(original)
+++ sling/site/trunk/content/documentation/the-sling-engine/servlets.mdtext Sun
Nov 27 11:58:27 2016
@@ -34,6 +34,7 @@ If you are working with the default Apac
* Generic Felix SCR or Sling-specific `@SlingServlet` annotations from [Apache
Felix Maven SCR
Plugin](http://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin.html)
to register your Sling servlets:
The following examples show example code how you can register Servlets with
Sling
+
1. OSGi DS annotations (recommended)
:::java