Polish Javadoc for messaging annotations

This commit is contained in:
Sam Brannen
2013-09-07 22:07:09 +02:00
parent e1c16f6292
commit 41fa15a484
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ import org.springframework.messaging.Message;
/**
* Annotation for mapping a {@link Message} onto specific handler handler methods based on
* Annotation for mapping a {@link Message} onto specific handler methods based on
* the destination for the message.
*
* @author Rossen Stoyanchev

View File

@@ -24,7 +24,7 @@ import java.lang.annotation.Target;
/**
* Annotation for mapping subscription events onto specific handler handler methods based
* Annotation for mapping subscription events onto specific handler methods based
* on the destination for the message (e.g. STOMP SUBSCRIBE message).
*
* @author Rossen Stoyanchev

View File

@@ -24,7 +24,7 @@ import java.lang.annotation.Target;
/**
* Annotation for mapping unsubscribe events onto specific handler handler methods based
* Annotation for mapping unsubscribe events onto specific handler methods based
* on the destination for the message (e.g. STOMP UNSUBSCRIBE message).
*
* @author Rossen Stoyanchev