Annotation Type ProxyForName
-
@Retention(RUNTIME) @Target(TYPE) public @interface ProxyForName
Annotation on EntityProxy classes specifying the domain (server-side) object type. This annotation can be used in place ofProxyFor
if the domain object is not available to the GWT compiler or DevMode runtime.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
The name of the domain type that the proxy is mapped to.
-
-
-
-
locator
java.lang.String locator
An optional name of aLocator
that provides instances of the domain objects.- Default:
- ""
-
-