org.srplib.validation.RequiredValidator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of srp-validation-support Show documentation
Show all versions of srp-validation-support Show documentation
Single Responsibility Principle (SRP) libraries collection
package org.srplib.validation;
/**
* Validates if value is null.
*
* TODO: do we need this validators if required validation is a special case in validation process?
*
* @author Anton Pechinsky
*/
public class RequiredValidator extends org.srplib.validation.AbstractValidator