@Override
 @Reference(
     target =
         "(javax.portlet.name="
             + ProductNavigationSimulationPortletKeys.PRODUCT_NAVIGATION_SIMULATION
             + ")",
     unbind = "-")
 public void setPortlet(Portlet portlet) {
   super.setPortlet(portlet);
 }