|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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.
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 |
---|
public abstract java.lang.Class<?> value
public abstract java.lang.Class<? extends Locator> locator
Locator
that provides instances of the domain objects.
|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |