@Override
 @Reference(
     target = "(osgi.web.symbolicname=com.liferay.product.navigation.simulation.device)",
     unbind = "-")
 public void setServletContext(ServletContext servletContext) {
   super.setServletContext(servletContext);
 }
 @Override
 @Reference(
     target =
         "(javax.portlet.name="
             + ProductNavigationSimulationPortletKeys.PRODUCT_NAVIGATION_SIMULATION
             + ")",
     unbind = "-")
 public void setPortlet(Portlet portlet) {
   super.setPortlet(portlet);
 }