All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jpattern.orm.validator.NullValidator Maven / Gradle / Ivy

There is a newer version: 6.3.0
Show newest version
package com.jpattern.orm.validator;

/**
 * A no-op implementation of a {@link Validator}
 * @author ufo
 *
 */
public class NullValidator implements Validator {

	@Override
	public void validate(final Object bean) {
		// do nothing
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy