BATCH-316: Finished the 'readers and writers' chapter (chapter 3)

This commit is contained in:
lucasward
2008-03-11 08:35:30 +00:00
parent 8bc033d967
commit 32e25b081c

View File

@@ -28,6 +28,7 @@ public interface Validator {
* Method used to validate if the value is valid.
*
* @param value object to be validated
* @throws Exception if value is not valid.
*/
void validate(Object value) throws ValidationException;
}