Package jadex.providedservice.annotation
Annotation Interface Reference
Can be used to give objects reference semantics in local
and remote calls:
- in local calls references are not copied.
- in remote calls references are made to proxy objects.
-
Optional Element Summary
Optional Elements
-
Element Details
-
local
boolean localSet the local reference state.- Default:
true
-
remote
boolean remoteSet the remote reference state.- Default:
true
-