GWT 2.3.0

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


Deprecated.

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

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

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

See Also:
ProxyForName

Required Element Summary
 java.lang.Class<?> value
          Deprecated. The domain type that the proxy is mapped to.
 
Optional Element Summary
 java.lang.Class<? extends Locator> locator
          Deprecated. An optional Locator that provides instances of the domain objects.
 

Element Detail

value

public abstract java.lang.Class<?> value
Deprecated. 
The domain type that the proxy is mapped to.

locator

public abstract java.lang.Class<? extends Locator> locator
Deprecated. 
An optional Locator that provides instances of the domain objects.

Default:
com.google.gwt.requestfactory.shared.Locator.class

GWT 2.3.0