提交 41fa15a4 编写于 作者: S Sam Brannen

Polish Javadoc for messaging annotations

上级 e1c16f62
...@@ -26,7 +26,7 @@ import org.springframework.messaging.Message; ...@@ -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. * the destination for the message.
* *
* @author Rossen Stoyanchev * @author Rossen Stoyanchev
......
...@@ -24,7 +24,7 @@ import java.lang.annotation.Target; ...@@ -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). * on the destination for the message (e.g. STOMP SUBSCRIBE message).
* *
* @author Rossen Stoyanchev * @author Rossen Stoyanchev
......
...@@ -24,7 +24,7 @@ import java.lang.annotation.Target; ...@@ -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). * on the destination for the message (e.g. STOMP UNSUBSCRIBE message).
* *
* @author Rossen Stoyanchev * @author Rossen Stoyanchev
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册