public final class EmptyValidator<T> extends java.lang.Object implements Validator<T>
| Constructor and Description |
|---|
EmptyValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(T target)
Validates the associated model against an applicable standard.
|
public void validate(T target) throws ValidationException
Validatorvalidate in interface Validator<T>ValidationException - where the model does not confirm to the applicable standard