Hi All,My sling servlet is not working as soon as i add @Reference in
it, otherwise it works fineBelow is the servlet code, i have create
custom configuration as per the AEM6.4 standards(one @Interface class,
one Interface class, one Impl class with proper
annotations(org.osgi.service.component.annotations))@Component(service =
Servlet.class, property = { Constants.SERVICE_DESCRIPTION + "=Simple
Demo Servlet","sling.servlet.methods=" + HttpConstants.METHOD_GET,
"sling.servlet.paths=" + "/bin/tes...