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

com.untzuntz.ustackserverapi.params.Validated Maven / Gradle / Ivy

There is a newer version: 2.1.115
Show newest version
package com.untzuntz.ustackserverapi.params;

import com.untzuntz.ustackserverapi.APIException;
import com.untzuntz.ustackserverapi.CallParameters;

/**
 * Interface for validating parameter values
 * 
 * @author jdanner
 *
 */
public interface Validated {

	public void validate(CallParameters data) throws APIException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy