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


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

Experimental API: This class is still under rapid development, and is very likely to be deleted. Use it at your own risk.

Annotation on Request classes specifying the server side implementations that back them.


Required Element Summary
 java.lang.Class<?> value
           
 

Element Detail

value

public abstract java.lang.Class<?> value