|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ProxyFor
Annotation on EntityProxy and ValueProxy classes specifying the domain (server-side) object type.
ProxyForName
Required Element Summary | |
---|---|
java.lang.Class<?> |
value
The domain type that the proxy is mapped to. |
Optional Element Summary | |
---|---|
java.lang.Class<? extends Locator> |
locator
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.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |