package saker.rmi.annot.transfer
Contains annotations which control the transfer characteristics of the objects through the RMI connection.
| RMIRemote | The objects on the annotated RMI transfer point will be transferred as remote proxies. |
| RMISerialize | The objects on the annotated RMI transfer point will be serialized. |
| RMIWrap | Annotates the given RMI transfer point to use the RMIWrapper specified by this annotation. |
| RMIWriter | Annotation to specify the RMIObjectWriteHandler for a given object transfer point. |