JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.drasyl.handler.rmi.annotation
Annotation Type RmiCaller
@Target
(
FIELD
)
@Retention
(
RUNTIME
)
public @interface
RmiCaller
The caller of the current remote message invocation will be written to the field with this annotation. Make sure that the field is bounded by
SocketAddress
.