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

com.googlecode.gwtrpcplus.shared.RemoteServicePlus Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.googlecode.gwtrpcplus.shared;

import com.google.gwt.user.client.rpc.RemoteService;

/**
 * Marker for Serivces, needed to use the GwtRpcPlus Framework.
 * 
 * For example ServerPush or ResendAllowed Features.
 * 
 * By Default, all RemoteServices will be use the GwtRpcPlus, but it can be configured, to use only
 * the RemoteServicePlus values. See Documentation at GoogleCode for more Informations.
 */
public interface RemoteServicePlus extends RemoteService {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy