blob: de128753d0f36b34d31c253af8edcec18dcb9152 [file] [log] [blame]
package org.eclipse.jst.jsf.taglibprocessing.attributevalues;
/**
* Type representing a FacesConfig Validator attribute
*/
public class FacesConfigValidatorIDType extends FacesConfigIdentifierType {
// FIXME: why do we have an empty class?
}