Package de.codecamp.messages.codegen
Annotation Type MessageProxyParam
-
@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface MessageProxyParam
Used to mark parameters of message proxy methods that have an message argument name associated with it.
-
-
Element Detail
-
name
String name
Returns the message argument name.- Returns:
- the message argument name
-
-