View Javadoc
1   package com.atlassian.refapp.webitem;
2   
3   import com.atlassian.plugin.web.WebInterfaceManager;
4   import com.atlassian.plugin.web.descriptors.DefaultWebItemModuleDescriptor;
5   
6   public class RefAppWebItemModuleDescriptor extends DefaultWebItemModuleDescriptor {
7       public RefAppWebItemModuleDescriptor(WebInterfaceManager webInterfaceManager) {
8           super(webInterfaceManager);
9       }
10  }