JavaScript is disabled on your browser.
Skip navigation links
Spring Framework
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Package
org.springframework.messaging.handler.annotation
Packages that use
org.springframework.messaging.handler.annotation
Package
Description
org.springframework.jms.annotation
Annotations and support classes for declarative JMS listener endpoints.
Classes in
org.springframework.messaging.handler.annotation
used by
org.springframework.jms.annotation
Class
Description
MessageMapping
Annotation for mapping a
Message
onto a message-handling method by matching the declared
patterns
to a destination extracted from the message.