![JAR search and dependency download from the Maven repository](/logo.png)
org.mentawai.validation.ValidationInterceptor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mentawai Show documentation
Show all versions of mentawai Show documentation
A Java full-stack web framework with programmatic configuration instead of XML and Annotations.
package org.mentawai.validation;
public interface ValidationInterceptor {
public boolean beforeValidation(String method);
public void afterValidation(String method, boolean wasOk);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy