@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ProxyForName
ProxyFor
if the domain
object is not available to the GWT compiler or DevMode runtime.Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The name of the domain type that the proxy is mapped to.
|
public abstract java.lang.String value
public abstract java.lang.String locator
Locator
that provides instances of the domain
objects.