Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e65ff01947f32304bc818ed8cc987c3d85be0c07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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.
}

Back to the top