I am trying to use multiple paths in servlet. I am able to achieve this using below syntax:@Component(service=Servlet.class,name="Sample Servlet",property={"sling.servlet.methods=" + HttpConstants.METHOD_POST,"sling.servlet.paths="+ "/bin/path1","sling.servlet.paths="+ "/bin/path2"})Is there a way t...