/* Copyright (c) 2001 - 2007 TOPP - www.openplans.org. All rights reserved. * This code is licensed under the GPL 2.0 license, available at the root * application directory. */ package org.geoserver.web.publish; import org.geoserver.web.ComponentInfo; /** * Extension point for sections of the configuration pages for individual layers groups. * * @see ComponentInfo */ public class LayerGroupConfigurationPanelInfo extends ComponentInfo<LayerGroupConfigurationPanel> { public static final long serialVersionUID = -1l; }