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

org.mod4j.runtime.validation.BusinessRuleValidationCallback Maven / Gradle / Ivy

Go to download

This module contains a small number of Java classes and Spring configuration files used in applications generated by mod4j.

There is a newer version: 1.3.0
Show newest version
package org.mod4j.runtime.validation;

import org.springframework.validation.Errors;

public interface BusinessRuleValidationCallback {
    void doValidate(Object object, Errors errors);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy