Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 52baf703aa0fc9c35f4ba2b2869bbeb33e3167d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
package org.eclipse.jst.jsf.common.runtime.internal.model.behavioural;

/**
 * Design time analog for the NamingContainer interface.
 * 
 * @author cbateman
 *
 */
public interface INamingContainerInfo {
    // tagging interface
}

Back to the top