blob: 5a3c4e14d8e9791c2af2b72eff5eb2ad408a0d37 [file] [log] [blame]
package org.eclipse.jst.jsf.common.runtime.internal.view.model.common;
import org.eclipse.jst.jsf.common.runtime.internal.model.decorator.ValidatorTypeInfo;
/**
* Represents a tag element for a JSF validator.
*
* @author cbateman
*
*/
public interface IValidatorTagElement extends IJSFTagElement
{
ValidatorTypeInfo getValidator();
}