blob: e65ff01947f32304bc818ed8cc987c3d85be0c07 [file] [log] [blame]
package org.eclipse.jst.jsf.designtime.internal.resources;
/**
* A JSF Resource fragment that is a container for other fragments.
* @author cbateman
*
*/
public interface IJSFResourceContainer extends IJSFResourceFragment
{
// do nothing. Tagging for now.
}