package saker.rmi.annot.transfer
public @interface RMIRemote
The objects on the annotated RMI transfer point will be transferred as remote proxies.
Same as annotating the transfer point using @RMIWriter(RemoteRMIObjectWriteHandler.class)
.
From: Annotation |