Annotation Type ProxyFor
-
@Retention(RUNTIME) @Target(TYPE) public @interface ProxyFor
Annotation on EntityProxy and ValueProxy classes specifying the domain (server-side) object type.- See Also:
ProxyForName
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>
value
The domain type that the proxy is mapped to.
-