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

org.mentawai.validation.ValidationInterceptor Maven / Gradle / Ivy

Go to download

A Java full-stack web framework with programmatic configuration instead of XML and Annotations.

There is a newer version: 2.5.6
Show newest version
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