Juergen Hoeller
11 years ago
19 changed files with 25 additions and 25 deletions
@ -0,0 +1,4 @@
@@ -0,0 +1,4 @@
|
||||
/** |
||||
* Common infrastructure for invoking message handler methods. |
||||
*/ |
||||
package org.springframework.messaging.handler.invocation; |
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
/** |
||||
* Basic abstractions for working with message handlers. |
||||
* Basic abstractions for working with message handler methods. |
||||
*/ |
||||
package org.springframework.messaging.handler; |
||||
|
@ -1,4 +0,0 @@
@@ -1,4 +0,0 @@
|
||||
/** |
||||
* Abstractions and classes for working with message-handling methods. |
||||
*/ |
||||
package org.springframework.messaging.handler.support; |
Loading…
Reference in new issue