Annotation Type ProxyFor
-
@Retention(RUNTIME) @Target(TYPE) public @interface ProxyForAnnotation 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<?>valueThe domain type that the proxy is mapped to.
-