Annotation Interface SendTo
@Documented
@Retention(RUNTIME)
@Target({ANNOTATION_TYPE,METHOD})
@Inherited
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
-
Optional Element Summary
-
Element Details
-
value
String[] value- Returns:
- The message destination
- Default:
- {}
-