|
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 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.
RequestFactory has moved to
com.google.web.bindery.requestfactory. This package will be
removed in a future version of GWT.
| Required Element Summary | |
|---|---|
java.lang.String |
value
Deprecated. The name of the domain type that the proxy is mapped to. |
| Optional Element Summary | |
|---|---|
java.lang.String |
locator
Deprecated. An optional name of a Locator that provides instances of the domain
objects. |
| Element Detail |
|---|
public abstract java.lang.String value
public abstract java.lang.String 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 | |||||||||