blob: a9a07d1195610995852112ac5c3b1a6e26e30976 [file] [log] [blame]
package org.eclipse.jst.jsf.common.runtime.internal.model.behavioural;
/**
* Design time analog for the NamingContainer interface.
*
* @author cbateman
*
*/
public interface INamingContainerInfo
{
// tagging interface
/**
* Used as an adapter impl
*/
public final static INamingContainerInfo ADAPTER = new INamingContainerInfo()
{/* no impl */
};
}