polishing
JmsLister is intended to be available on method or as a meta-annotation. Issue: SPR-9882
This commit is contained in:
@@ -66,7 +66,7 @@ import org.springframework.messaging.handler.annotation.MessageMapping;
|
||||
* @see EnableJms
|
||||
* @see JmsListenerAnnotationBeanPostProcessor
|
||||
*/
|
||||
@Target({ElementType.METHOD, ElementType.TYPE})
|
||||
@Target({ElementType.METHOD, ElementType.ANNOTATION_TYPE})
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@MessageMapping
|
||||
@Documented
|
||||
|
||||
Reference in New Issue
Block a user