GWT 2.1.0

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


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

Annotation on EntityProxy classes specifying the domain (server-side) object type.

See Also:
ProxyForName

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

Element Detail

value

public abstract java.lang.Class<?> value

GWT 2.1.0