Add @FunctionalInterface to MessagePostProcessor
Add the @FunctionalInterface annotation to the MessagePostProcessor interfaces in the spring-jms and spring-messaging projects. Closes gh-25571
This commit is contained in:
committed by
Sam Brannen
parent
e25e690ad4
commit
6a7e58ac82
@@ -28,6 +28,7 @@ import org.springframework.messaging.Message;
|
||||
* @see MessageSendingOperations
|
||||
* @see MessageRequestReplyOperations
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface MessagePostProcessor {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user