GWT 2.1.0

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


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ServiceName

Annotation on Request classes specifying the server side implementations that back them.This annotation can be used in place of Service if the service type is not available to the GWT compiler or DevMode runtime.


Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value

GWT 2.1.0