blob: 0464aba0ddc097a7c1786b042329a72e3f03bbe5 [file] [log] [blame]
/**
* The Validator1 validator.
* <p>
* This is a silly validator. It does nothing useful.
*
* @JSFValidator id="val1"
*/
public class Validator1 // implements Validator
{
// TODO: validators can have properties too
}