GWT 2.1.0

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


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

Annotation on EntityProxy classes specifying the domain (server-side) object type. This annotation can be used in place of ProxyFor if the domain object 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