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<T> extends WebFragmentModuleDescriptor<T>
7 {
8 String getLocation();
9 }