@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented public @interface SendTo
Message if necessary and sent to the specified destination.
 In a typical request/reply scenario, the incoming Message may
 convey the destination to use for the reply. In that case, that destination
 should take precedence.
 
This annotation may be placed class-level in which case it is inherited by methods of the class.
public abstract String[] value