'generateComponent = false' property in @SlingServlet annotation
Hi All,
@SlingServlet(
paths = { "/content/data" }, generateComponent = false)
In couple of servlets, have seen the above. Went through http://sling.apache.org/documentation/the-sling-engine/servlets.html.
But could not get
a] What exactly is the purpose of generateComponent = false.
Any thoughts on this will be helpful.