Skip to content

Commit 5f4eb4d

Browse files
committed
Complete Javadoc for MessageHandlingRunnable
1 parent c7a867c commit 5f4eb4d

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

spring-messaging/src/main/java/org/springframework/messaging/support/MessageHandlingRunnable.java

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,30 @@
1+
/*
2+
* Copyright 2002-2014 the original author or authors.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
117
package org.springframework.messaging.support;
218

319
import org.springframework.messaging.Message;
420
import org.springframework.messaging.MessageHandler;
521

622
/**
7-
* Extension of the Runnable interface with methods to obtain the MessageHandler
8-
* and Message to be handled.
23+
* Extension of the {@link Runnable} interface with methods to obtain the
24+
* {@link MessageHandler} and {@link Message} to be handled.
925
*
1026
* @author Rossen Stoyanchev
11-
* @since 4.1
27+
* @since 4.1.1
1228
*/
1329
public interface MessageHandlingRunnable extends Runnable {
1430

0 commit comments

Comments
 (0)