kwin commented on a change in pull request #2: SLING-8170 - Allow Sling 
servlets to declare a resource super type
URL: 
https://github.com/apache/sling-org-apache-sling-servlets-annotations/pull/2#discussion_r241390848
 
 

 ##########
 File path: 
src/main/java/org/apache/sling/servlets/annotations/SlingServletResourceTypes.java
 ##########
 @@ -43,18 +43,26 @@
      * @return the resource type(s)
      */
     String[] resourceTypes();
-    
+
+    /**
+     * The resource super type from which the servlet inherits (value is 
"sling.servlet.resourceSuperType").
+     *
+     * @return the resource super type
 
 Review comment:
   Can you add a hint from which version of the servlet resolver bundle this is 
supported and what happens if that is not set (i.e. default handling)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to