BATCH-316: Finished the 'readers and writers' chapter (chapter 3)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user