@Documented
@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface MessageMapping
Generic stereotype annotation that models a mapping of a message listener onto a target destination, whether that be a queue a topic or whatever.
- Since:
- 1.0
- Author:
- Graeme Rocher