@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface SendTo
Message and sent to the specified destination.| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String[] |
value
The destination for a message created from the return value of a method.
|