blob: 4d3a4ff724e14713a98d83d110cca36641317719 [file] [log] [blame]
package org.eclipse.jst.jsf.facesconfig.internal.translator;
import org.eclipse.emf.ecore.EStructuralFeature;
public class ValidatorExtensionTranslator extends ExtensionTypeTranslator
{
public ValidatorExtensionTranslator(String domNameAndPath,
EStructuralFeature feature) {
super(domNameAndPath, feature);
}
}