GWT 2.3.0

com.google.gwt.requestfactory.shared
Annotation Type JsonRpcWireName


Deprecated.

@Deprecated
@Retention(value=RUNTIME)
public @interface JsonRpcWireName

Experimental API, subject to change Provides the method name for a JSON-RPC invocation.

RequestFactory has moved to com.google.web.bindery.requestfactory. This package will be removed in a future version of GWT.


Required Element Summary
 java.lang.String value
          Deprecated.  
 
Optional Element Summary
 java.lang.String version
          Deprecated.  
 

Element Detail

value

public abstract java.lang.String value
Deprecated. 

version

public abstract java.lang.String version
Deprecated. 
Default:
""

GWT 2.3.0