All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.richfaces.validator.NullValueValidator Maven / Gradle / Ivy

The newest version!
/**
 *
 */
package org.richfaces.validator;

import javax.faces.validator.Validator;

/**
 * Marker interface for validators that allows null-values to validate.
 *
 * @author asmirnov
 *
 */
public interface NullValueValidator extends Validator {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy