net.anotheria.maf.validation
Interface Validator<T>

All Known Implementing Classes:
EmailValidator

public interface Validator<T>

Custom validator used to customize and define own checks.

Version:
1.0 Date: Jan 16, 2010 Time: 9:23:55 PM
Author:
vitaliy

Method Summary
 boolean validate(T field)
          Check field value.
 

Method Detail

validate

boolean validate(T field)
Check field value.

Parameters:
field - value to check
Returns:
true if valid


Copyright © 2010-2013 anotheria.net. All Rights Reserved.