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

org.jlot.client.remote.rest.RestCommand Maven / Gradle / Ivy

There is a newer version: 1.2
Show newest version
package org.jlot.client.remote.rest;


public interface RestCommand
{
	public R execute ( T formObject ) throws RestException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy