Annotation Type JoynrRpcCallback
-
@Retention(RUNTIME) @Target(PARAMETER) public @interface JoynrRpcCallback
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Class<?>deserializationTypeA type token.
-
-
-
Element Detail
-
deserializationType
Class<?> deserializationType
A type token. This is needed to correctly deserialize Callback types because their type information is erased after compilation in Java- Returns:
- the deserialization class
- Default:
- java.lang.Object.class
-
-