@Documented
@Retention(value=RUNTIME)
@Target(value={ANNOTATION_TYPE,METHOD})
public @interface SendTo
An annotation that can be applied at the method level to indicate that return value of said method should be sent to given destination.
- Since:
- 1.0
- Author:
- Graeme Rocher