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<Void> {
7       String getLocation();
8   }