View Javadoc

1   package com.atlassian.plugin.web.descriptors;
2   
3   /**
4    * A web-section plugin adds extra sections to a particular location.
5    */
6   public interface WebSectionModuleDescriptor extends WebFragmentModuleDescriptor
7   {
8       String getLocation();
9   }